https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71029
Jonathan Wakely changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71029
--- Comment #4 from Alisdair Meredith ---
Revisiting some of my old bug reports, I can confirm that this performance
issue is resolved. I verified it was still present in gcc 10 so that it was
not a failure to reproduce on my part, and then stop
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71029
--- Comment #3 from Alisdair Meredith ---
And for reference, -ftime-report on the same file without -Wall:
time g++ -std=c++2a main.cpp -ftime-report
Time variable usr sys wall
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71029
--- Comment #2 from Alisdair Meredith ---
Having just discovered -ftime-report due to recent blog posts, I thought I
would repeat the experiment, and can confirm it is still an issue in the latest
development gcc available to me through MacPorts,
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71029
Marc Glisse changed:
What|Removed |Added
Keywords||compile-time-hog
Status|UNCONF