[Bug c++/87107] Template instantiation is 50x slower than with clang++

2018-08-27 Thread mateusz at loskot dot net
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

[Bug c/47297] New: Inconsistent float-point to integer results depending on -O flag

2011-01-14 Thread mateusz at loskot dot net
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

[Bug c/42867] isfinite macro defined for 4.4.1 but not for 4.3.3

2010-01-26 Thread mateusz at loskot dot net
--- 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 the patient clarification

[Bug c/42867] New: isfinite macro defined for 4.4.1 but not for 4.3.3

2010-01-25 Thread mateusz at loskot dot net
for 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

[Bug c/42867] isfinite macro defined for 4.4.1 but not for 4.3.3

2010-01-25 Thread mateusz at loskot dot net
--- 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 available