[Bug c++/89619] g++ does not terminate

2019-03-07 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89619 Jakub Jelinek changed: What|Removed |Added Status|NEW |RESOLVED CC|

[Bug c++/89619] g++ does not terminate

2019-03-07 Thread redi at gcc dot gnu.org
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

[Bug c++/89619] g++ does not terminate

2019-03-07 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89619 Richard Biener changed: What|Removed |Added Keywords||compile-time-hog