public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug tree-optimization/28489]  New: [4.2 regression] ICE in move_insn, at haifa-sched.c:1968
@ 2006-07-26  4:51 tbm at cyrius dot com
  2006-07-26  4:51 ` [Bug tree-optimization/28489] " tbm at cyrius dot com
                   ` (15 more replies)
  0 siblings, 16 replies; 17+ messages in thread
From: tbm at cyrius dot com @ 2006-07-26  4:51 UTC (permalink / raw)
  To: gcc-bugs

I get the following ICE on ia64 with gcc 4.2.  Only happens at -O2, and doesn't
happen with gcc 4.0 or 4.1.

tbm@coconut0:~/delta/bin$ /usr/lib/gcc-snapshot/bin/gcc -c -O2 mini.c
mini.c: In function 'PL_next_solution':
mini.c:101: warning: cast to pointer from integer of different size
mini.c:119: warning: cast to pointer from integer of different size
mini.c:187: warning: assignment makes pointer from integer without a cast
mini.c:216: internal compiler error: in move_insn, at haifa-sched.c:1968
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://gcc.gnu.org/bugs.html> for instructions.
For Debian GNU/Linux specific bug reporting instructions,
see <URL:file:///usr/share/doc/gcc-4.1/README.Bugs>.
tbm@coconut0:~/delta/bin$ /usr/lib/gcc-snapshot/bin/gcc -c -O1 mini.c
mini.c: In function 'PL_next_solution':
mini.c:101: warning: cast to pointer from integer of different size
mini.c:119: warning: cast to pointer from integer of different size
mini.c:187: warning: assignment makes pointer from integer without a cast
tbm@coconut0:~/delta/bin$ gcc-4.1 -c -O2 mini.c
mini.c: In function 'PL_next_solution':
mini.c:101: warning: cast to pointer from integer of different size
mini.c:119: warning: cast to pointer from integer of different size
mini.c:187: warning: assignment makes pointer from integer without a cast
tbm@coconut0:~/delta/bin$ gcc-4.0 -c -O2 mini.c
mini.c: In function 'PL_next_solution':
mini.c:101: warning: cast to pointer from integer of different size
mini.c:119: warning: cast to pointer from integer of different size
mini.c:187: warning: assignment makes pointer from integer without a cast
tbm@coconut0:~/delta/bin$


-- 
           Summary: [4.2 regression] ICE in move_insn, at haifa-sched.c:1968
           Product: gcc
           Version: 4.2.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: tree-optimization
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: tbm at cyrius dot com
GCC target triplet: ia64-linux-gnu


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


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

end of thread, other threads:[~2006-08-17  8:52 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-07-26  4:51 [Bug tree-optimization/28489] New: [4.2 regression] ICE in move_insn, at haifa-sched.c:1968 tbm at cyrius dot com
2006-07-26  4:51 ` [Bug tree-optimization/28489] " tbm at cyrius dot com
2006-07-26  5:02 ` tbm at cyrius dot com
2006-07-26  8:05 ` rguenth at gcc dot gnu dot org
2006-07-26  9:26 ` [Bug rtl-optimization/28489] " pinskia at gcc dot gnu dot org
2006-07-26 13:48 ` tbm at cyrius dot com
2006-07-29 10:46 ` tbm at cyrius dot com
2006-07-29 10:57 ` steven at gcc dot gnu dot org
2006-07-29 23:59 ` tbm at cyrius dot com
2006-07-31 23:34 ` mmitchel at gcc dot gnu dot org
2006-08-01 18:23 ` sje at cup dot hp dot com
2006-08-02 13:44 ` mkuvyrkov at gcc dot gnu dot org
2006-08-02 13:49 ` mkuvyrkov at gcc dot gnu dot org
2006-08-03 12:03 ` mkuvyrkov at gcc dot gnu dot org
2006-08-04 21:18 ` sje at cup dot hp dot com
2006-08-17  8:48 ` mkuvyrkov at gcc dot gnu dot org
2006-08-17  8:52 ` mkuvyrkov 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).