[Bug c++/71029] large fold expressions compile slowly with -Wall

2024-10-16 Thread redi at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71029 Jonathan Wakely changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug c++/71029] large fold expressions compile slowly with -Wall

2024-10-16 Thread alisdairm at me dot com via Gcc-bugs
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

[Bug c++/71029] large fold expressions compile slowly with -Wall

2019-02-01 Thread alisdairm at me dot com
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

[Bug c++/71029] large fold expressions compile slowly with -Wall

2019-02-01 Thread alisdairm at me dot com
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,

[Bug c++/71029] large fold expressions compile slowly with -Wall

2016-05-09 Thread glisse at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71029 Marc Glisse changed: What|Removed |Added Keywords||compile-time-hog Status|UNCONF