[Bug c/112367] wrong rounding of sum of floating-point constants

2023-11-03 Thread amonakov at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=112367 Alexander Monakov changed: What|Removed |Added CC||amonakov at gcc dot gnu.org ---

[Bug c/112367] wrong rounding of sum of floating-point constants

2023-11-03 Thread sjames at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=112367 --- Comment #4 from Sam James --- $ gcc /tmp/foo.c -lm -frounding-math -o /tmp/foo $ /tmp/foo x=0x1.e90028p+4 $ gcc -v Using built-in specs. COLLECT_GCC=gcc COLLECT_LTO_WRAPPER=/usr/libexec/gcc/aarch64-unknown-linux-gnu/13/lto-wrapper Target:

[Bug c/112367] wrong rounding of sum of floating-point constants

2023-11-03 Thread sjames at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=112367 --- Comment #3 from Sam James --- (In reply to Paul Zimmermann from comment #2) > > Build a newer one on cfarm117? > > it would be a waste of time, I guess people having access to an ARM machine > with a recent version of gcc can confirm or

[Bug c/112367] wrong rounding of sum of floating-point constants

2023-11-03 Thread zimmerma+gcc at loria dot fr via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=112367 --- Comment #2 from Paul Zimmermann --- > Build a newer one on cfarm117? it would be a waste of time, I guess people having access to an ARM machine with a recent version of gcc can confirm or say the issue is fixed. > Also, what CHOST?

[Bug c/112367] wrong rounding of sum of floating-point constants

2023-11-03 Thread sjames at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=112367 Sam James changed: What|Removed |Added CC||sjames at gcc dot gnu.org --- Comment #1