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*
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
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66683
Richard Biener changed:
What|Removed |Added
Keywords||compile-time-hog,
|