https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108843
Bug ID: 108843 Summary: timeout with -g -O3 ? Product: gcc Version: 13.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: debug Assignee: unassigned at gcc dot gnu.org Reporter: dcb314 at hotmail dot com Target Milestone: --- Created attachment 54485 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=54485&action=edit C source code The attached code does this: $ (ulimit -t 60; time /home/dcb36/gcc/results/bin/gcc -c -w -O3 bug886.c) real 0m0.637s user 0m0.608s sys 0m0.018s $ (ulimit -t 60; time /home/dcb36/gcc/results/bin/gcc -c -w -g -O3 bug886.c) gcc: fatal error: Killed signal terminated program cc1 compilation terminated. real 1m0.732s user 0m59.485s sys 0m0.629s $