public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug tree-optimization/23509] New: [4.0 regression] ICE with ivopts
@ 2005-08-21 21:19 falk at debian dot org
  2005-08-21 22:20 ` [Bug tree-optimization/23509] [4.1 " pinskia at gcc dot gnu dot org
                   ` (7 more replies)
  0 siblings, 8 replies; 9+ messages in thread
From: falk at debian dot org @ 2005-08-21 21:19 UTC (permalink / raw)
  To: gcc-bugs

Test case:

void block_diffs_C(int *ss, int *new, int ns, int *newp) {
    int x, y, s = 0;
    for (x = 0; x < 8; x++) {
        newp = new++;
        for (y = 0; y < 4; y++)
            s += *newp++;
        *ss = s;
    }
}

With GNU C version 4.1.0 20050810 (experimental) (alphaev68-unknown-linux-gnu)
at -O3, I get:
363.c: In function 'block_diffs_C':
363.c:1: internal compiler error: tree check: expected ssa_name, have error_mark
in verify_ssa, at tree-ssa.c:746
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://gcc.gnu.org/bugs.html> for instructions.

-fno-ivopts makes it go away.

-- 
           Summary: [4.0 regression] ICE with ivopts
           Product: gcc
           Version: 4.1.0
            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


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


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

end of thread, other threads:[~2005-09-09 17:59 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-08-21 21:19 [Bug tree-optimization/23509] New: [4.0 regression] ICE with ivopts falk at debian dot org
2005-08-21 22:20 ` [Bug tree-optimization/23509] [4.1 " pinskia at gcc dot gnu dot org
2005-08-24 12:35 ` rakdver at gcc dot gnu dot org
2005-08-27 12:20 ` rakdver at gcc dot gnu dot org
2005-08-29 19:29 ` pinskia at gcc dot gnu dot org
2005-08-31 23:10 ` qrczak at knm dot org dot pl
2005-09-03 20:16 ` mec at google dot com
2005-09-09 16:17 ` cvs-commit at gcc dot gnu dot org
2005-09-09 17:59 ` pinskia at gcc dot gnu dot 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).