http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47297
Summary: Inconsistent float-point to integer results depending
on -O flag
Product: gcc
Version: 4.4.3
Status: UNCONFIRMED
Severity: normal
Priority: P3
Co
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87107
--- Comment #1 from Mateusz Loskot ---
There was similar bug reported to GCC 8.1, fixed in 8.2
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86320
However, I'm not seeing any improvement compiling the Frédéric's sample
gcc-is-long-minimum-and-sta
4.4.1 but not for 4.3.3
Product: gcc
Version: 4.3.3
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: c
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: mateusz at loskot dot net
GCC host triplet: x
--- Comment #2 from mateusz at loskot dot net 2010-01-25 22:34 ---
(In reply to comment #1)
> isfinite is C99 only.
Yes, of course it is and I understand it, but I'm trying to understand why the
GCC 4.3 and 4.4. behave differently?
Does it mean GCC 4.4 makes C99 elements a
--- Comment #4 from mateusz at loskot dot net 2010-01-26 11:00 ---
(In reply to comment #3)
> But really you did report it to us rather than Ubuntu first as
> both are modified versions of GCC. (...) And this bug is invalid.
I didn't know really. Thank you for