OpenGrok
Cross Reference: rem_pio2q.c
xref
: /
src
/
external
/
gpl3
/
gcc
/
dist
/
libquadmath
/
math
/
rem_pio2q.c
Home
|
History
|
Annotate
|
Download
|
only in
math
History log of
/src/external/gpl3/gcc/dist/libquadmath/math/rem_pio2q.c
Revision
Date
Author
Comments
1.2
18-Jan-2026
mrg
avoid a couple of GCC warnings.
insert a new line to avoid:
rem_pio2q.c:174:13: error: this 'for' clause does not guard... [-Werror=misleading-indentation]
and for sqrtq.c, #ifdef a variable the same as the usage.
1.1
05-Sep-2020
mrg
branches: 1.1.1;
Initial revision
1.1.1.1
05-Sep-2020
mrg
initial import of GCC 9.3.0. changes include:
- live patching support
- shell completion help
- generally better diagnostic output (less verbose/more useful)
- diagnostics and optimisation choices can be emitted in json
- asan memory usage reduction
- many general, and specific to switch, inter-procedure,
profile and link-time optimisations. from the release notes:
"Overall compile time of Firefox 66 and LibreOffice 6.2.3 on
an 8-core machine was reduced by about 5% compared to GCC 8.3"
- OpenMP 5.0 support
- better spell-guesser
- partial experimental support for c2x and c++2a
- c++17 is no longer experimental
- arm AAPCS GCC 6-8 structure passing bug fixed, may cause
incompatibility (restored compat with GCC 5 and earlier.)
- openrisc support
Indexes created Sun Mar 01 05:31:48 UTC 2026