Before the revision there was a checking assert (that I disabled with -fno-checking). Can reproduce with test size: runcpu --config=spec2017 --size=test --iterations=1 --no-reportable -I --action=run --tune=peak 502.gcc_r -D Contents of t1.opts-O3_-finline-limit_50000.err **************************************** t1.c:2:5: warning: conflicting types for built-in function 'printf' t1.c: In function 'main': t1.c:9:1: benchmark internal error: in ?, at df-scan.c:1573 The 502.gcc_r benchmark binary 'cpugcc_r' has encountered an internal error. It is possible that there is an error in the benchmark 502.gcc_r source code, but it is more likely that your compiler has mis-optimized or otherwise generated bad code for the benchmark. You might try reducing the optimization level; see your compiler documentation. If you think the error is in the benchmark source code, see www.spec.org/cpu2017/Docs/techsupport.html
Maybe this is now fixed (and thus dup of PR92301)?
(In reply to Richard Biener from comment #1) > Maybe this is now fixed (and thus dup of PR92301)? Yes, it's fixed now, thanks. *** This bug has been marked as a duplicate of bug 92301 ***