https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89619
Jakub Jelinek changed:
What|Removed |Added
Status|NEW |RESOLVED
CC|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89619
--- Comment #2 from Jonathan Wakely ---
It does terminate, it just takes a long time:
$ time g++-7.3.0 t.cc -O1
real6m16.685s
user6m16.163s
sys 0m0.038s
With GCC 8.2.0 it's much faster:
real0m44.389s
user0m44.029s
sys
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89619
Richard Biener changed:
What|Removed |Added
Keywords||compile-time-hog
Status|UNC