https://gcc.gnu.org/bugzilla/show_bug.cgi?id=125446

--- Comment #9 from bill <w.langdon at cs dot ucl.ac.uk> ---
Hoping to find a more reproducible example, we have tried the example in
bug_125446_loop.zip at least three times with two versions of the compiler
and three different computers (RAM at least 1TB). In each case the compiler
appears to loop (ie takes more than an hour).
Extrapolating from examples where g++ did complete ok, I would expect
it to compile min2.cpp in about 12 minutes.

g++ --version 
g++ (GCC) 14.3.1 20250617 (Red Hat 14.3.1-2)  memory 154.2g
g++ (GCC) 14.2.1 20250110 (Red Hat 14.2.1-12) memory 154.1g

Command line:
g++ -c -fmax-errors=5 min2.cpp

Bill

Reply via email to