public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug tree-optimization/22516] New: Segfault with ivopts at -O
@ 2005-07-17  0:28 falk at debian dot org
  2005-07-17  9:51 ` [Bug tree-optimization/22516] [4.1 Regression] " pinskia at gcc dot gnu dot org
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: falk at debian dot org @ 2005-07-17  0:28 UTC (permalink / raw)
  To: gcc-bugs

GNU C version 4.1.0 20050716 (experimental) (alphaev68-unknown-linux-gnu)

falk@juist:/tmp% cat bug.c
void g(int x);
void f(int y2) {
    int y1 = 0, dy = y2;
    short sy = y2;
    for (;;) {
        g(y1);
        while (dy) {
            y1 += sy;
            dy += y2;
        }
    }
}

falk@juist:/tmp% gcc -c -O2 -W -Wall  bug.c                    
falk@juist:/tmp% gcc -c -O  -W -Wall  bug.c -fno-ivopts
falk@juist:/tmp% gcc -c -O  -W -Wall  bug.c            
bug.c: In function 'f':
bug.c:2: internal compiler error: Segmentation fault
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://gcc.gnu.org/bugs.html> for instructions.

-- 
           Summary: Segfault with ivopts at -O
           Product: gcc
           Version: 4.0.2
            Status: UNCONFIRMED
          Keywords: ice-on-valid-code
          Severity: normal
          Priority: P2
         Component: tree-optimization
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: falk at debian dot org
                CC: gcc-bugs at gcc dot gnu dot org
 GCC build triplet: alphaev68-unknown-linux-gnu
  GCC host triplet: alphaev68-unknown-linux-gnu
GCC target triplet: alphaev68-unknown-linux-gnu


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


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

end of thread, other threads:[~2005-09-10 13:04 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-07-17  0:28 [Bug tree-optimization/22516] New: Segfault with ivopts at -O falk at debian dot org
2005-07-17  9:51 ` [Bug tree-optimization/22516] [4.1 Regression] " pinskia at gcc dot gnu dot org
2005-07-18  9:46 ` rakdver at gcc dot gnu dot org
2005-09-09  1:01 ` janis at gcc dot gnu dot org
2005-09-10 13:04 ` belyshev at depni dot sinp dot msu dot ru

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