public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug tree-optimization/57685] New: GCC stuck in an infinite loop
@ 2013-06-23 14:25 antoine.balestrat at gmail dot com
  2013-06-23 15:20 ` [Bug tree-optimization/57685] " mikpe at it dot uu.se
                   ` (7 more replies)
  0 siblings, 8 replies; 9+ messages in thread
From: antoine.balestrat at gmail dot com @ 2013-06-23 14:25 UTC (permalink / raw)
  To: gcc-bugs

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57685

            Bug ID: 57685
           Summary: GCC stuck in an infinite loop
           Product: gcc
           Version: 4.9.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: tree-optimization
          Assignee: unassigned at gcc dot gnu.org
          Reporter: antoine.balestrat at gmail dot com

Hello !
Using GCC 4.9.0 as of 20130623 :

$ cat inf.c
unsigned f(void)
{
    unsigned a;
    int b, c, d, e;

    for(c = 27; c < 40; c++)
        b |= d |= b;

    if(b)
        a = e;

    return a;
}

$ ulimit -t 60

$ xgcc -O3 inf.c
gcc: internal compiler error: CPU time limit exceeded (program cc1)
Please submit a full bug report,
with preprocessed source if appropriate.
See <http://gcc.gnu.org/bugs.html> for instructions.


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

end of thread, other threads:[~2013-09-09  9:52 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-06-23 14:25 [Bug tree-optimization/57685] New: GCC stuck in an infinite loop antoine.balestrat at gmail dot com
2013-06-23 15:20 ` [Bug tree-optimization/57685] " mikpe at it dot uu.se
2013-06-23 18:48 ` mikpe at it dot uu.se
2013-06-24 10:49 ` [Bug tree-optimization/57685] [4.8/4.9 Regression] " rguenth at gcc dot gnu.org
2013-08-28 13:09 ` rguenth at gcc dot gnu.org
2013-08-29  7:46 ` rguenth at gcc dot gnu.org
2013-08-29  7:46 ` [Bug tree-optimization/57685] [4.8 " rguenth at gcc dot gnu.org
2013-09-09  9:48 ` rguenth at gcc dot gnu.org
2013-09-09  9:52 ` rguenth at gcc dot gnu.org

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).