[Bug c/66683] Large macro with float multiplications fails

2016-09-15 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66683 --- Comment #3 from Andrew Pinski --- Here is the testcase just in case github ever goes down: #include #include #define TEST (1.01*1.01*1.01*1.01*1.01*1.01*1.01*1.01*1.01*1.01*1.01*1.01*1.01*

[Bug c/66683] Large macro with float multiplications fails

2015-06-29 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66683 --- Comment #2 from Richard Biener --- Note that most of the memory goes to building the expression in GCCs internal representation. The most compile-time spent in a single routine is parsing the float constants (real_from_string, running into m

[Bug c/66683] Large macro with float multiplications fails

2015-06-29 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66683 Richard Biener changed: What|Removed |Added Keywords||compile-time-hog, |