public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug debug/108843] New: timeout with -g -O3 ?
@ 2023-02-18  9:11 dcb314 at hotmail dot com
  2023-02-18  9:18 ` [Bug debug/108843] " dcb314 at hotmail dot com
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: dcb314 at hotmail dot com @ 2023-02-18  9:11 UTC (permalink / raw)
  To: gcc-bugs

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
$

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2024-03-15 11:28 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-02-18  9:11 [Bug debug/108843] New: timeout with -g -O3 ? dcb314 at hotmail dot com
2023-02-18  9:18 ` [Bug debug/108843] " dcb314 at hotmail dot com
2023-02-20  8:24 ` rguenth at gcc dot gnu.org
2023-02-23 15:37 ` marxin at gcc dot gnu.org
2023-02-23 15:46 ` [Bug debug/108843] timeout with -g -O3 since r9-2635-g78ea9abc2018243a marxin at gcc dot gnu.org
2024-03-15 11:28 ` dcb314 at hotmail dot com

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).