public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug bootstrap/13778] New: Four ICEs with stage1 compiler with BOOT_CFLAGS='-O2 -g -mcpu=G5'
@ 2004-01-20 19:38 lucier at math dot purdue dot edu
  2004-01-21  2:26 ` [Bug bootstrap/13778] " giovannibajo at libero dot it
                   ` (7 more replies)
  0 siblings, 8 replies; 9+ messages in thread
From: lucier at math dot purdue dot edu @ 2004-01-20 19:38 UTC (permalink / raw)
  To: gcc-bugs

The build compiler is

[dhcp10:gcc/3.4/objdir] lucier% gcc -v
Reading specs from /usr/libexec/gcc/darwin/ppc/3.3/specs
Thread model: posix
gcc version 3.3 20030304 (Apple Computer, Inc. build 1495)

After "../configure", I did a "make -i bootstrap BOOT_CFLAGS='-O2 -g -mcpu=G5'"
so I could catch more than one error at a time.  The following ICEs occured with
the stage1 compiler:

stage1/xgcc -Bstage1/ -B/pkgs/gcc-3.4/powerpc-apple-darwin7.2.0/bin/ -c   -O2 -g
-mcpu=G5 -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes
-Wmissing-prototypes -pedantic -Wno-long-long -Wold-style-definition    
-DHAVE_CONFIG_H    -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include
-I../intl ../../gcc/alias.c -o alias.o
../../gcc/alias.c: In function `get_alias_set':
../../gcc/alias.c:471: internal compiler error: in emit_move_insn, at expr.c:2776
<snip>
stage1/xgcc -Bstage1/ -B/pkgs/gcc-3.4/powerpc-apple-darwin7.2.0/bin/ -c   -O2 -g
-mcpu=G5 -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes
-Wmissing-prototypes -pedantic -Wno-long-long -Wold-style-definition    
-DHAVE_CONFIG_H    -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include
-I../intl ../../gcc/ra-colorize.c -o ra-colorize.o
../../gcc/ra-colorize.c: In function `ra_colorize_graph':
../../gcc/ra-colorize.c:951: internal compiler error: in emit_move_insn, at
expr.c:2776
<snip>
stage1/xgcc -Bstage1/ -B/pkgs/gcc-3.4/powerpc-apple-darwin7.2.0/bin/ -c   -O2 -g
-mcpu=G5 -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes
-Wmissing-prototypes -pedantic -Wno-long-long -Wold-style-definition    
-DHAVE_CONFIG_H    -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include
-I../intl ../../gcc/sreal.c -o sreal.o
../../gcc/sreal.c: In function `sreal_to_int':
../../gcc/sreal.c:312: error: could not split insn
(insn 31 39 32 ../../gcc/sreal.c:305 (set (reg:SI 0 r0 [orig:118 <result> ] [118])
        (const_int 9223372036854775807 [0x7fffffffffffffff])) 309
{*movsi_internal1} (nil)
    (expr_list:REG_EQUAL (const_int 9223372036854775807 [0x7fffffffffffffff])
        (nil)))
../../gcc/sreal.c:312: internal compiler error: in final_scan_insn, at final.c:2429
<snip>
stage1/xgcc -Bstage1/ -B/pkgs/gcc-3.4/powerpc-apple-darwin7.2.0/bin/ -c   -O2 -g
-mcpu=G5 -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes
-Wmissing-prototypes     -DHAVE_CONFIG_H    -I. -Ijava -I../../gcc
-I../../gcc/java -I../../gcc/../include -I../intl ../../gcc/java/decl.c -o
java/decl.o
../../gcc/java/decl.c: In function `java_init_decl_processing':
../../gcc/java/decl.c:918: error: could not split insn
(insn:TI 729 10583 730 ../../gcc/java/decl.c:452 (set (reg:SI 4 r4)
        (const_int 2147483648 [0x80000000])) 309 {*movsi_internal1}
(insn_list:REG_DEP_ANTI 707 (insn_list:REG_DEP_OUTPUT 704 (nil)))
    (nil))
../../gcc/java/decl.c:918: internal compiler error: in final_scan_insn, at
final.c:2429

-- 
           Summary: Four ICEs with stage1 compiler with BOOT_CFLAGS='-O2 -g
                    -mcpu=G5'
           Product: gcc
           Version: 3.4.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: bootstrap
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: lucier at math dot purdue dot edu
                CC: gcc-bugs at gcc dot gnu dot org
 GCC build triplet: powerpc-apple-darwin7.2.0
  GCC host triplet: powerpc-apple-darwin7.2.0
GCC target triplet: powerpc-apple-darwin7.2.0


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


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

* [Bug bootstrap/13778] Four ICEs with stage1 compiler with BOOT_CFLAGS='-O2 -g -mcpu=G5'
  2004-01-20 19:38 [Bug bootstrap/13778] New: Four ICEs with stage1 compiler with BOOT_CFLAGS='-O2 -g -mcpu=G5' lucier at math dot purdue dot edu
@ 2004-01-21  2:26 ` giovannibajo at libero dot it
  2004-01-21  3:49 ` lucier at math dot purdue dot edu
                   ` (6 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: giovannibajo at libero dot it @ 2004-01-21  2:26 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From giovannibajo at libero dot it  2004-01-21 02:26 -------
We need the preprocessed sources.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |WAITING


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


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

* [Bug bootstrap/13778] Four ICEs with stage1 compiler with BOOT_CFLAGS='-O2 -g -mcpu=G5'
  2004-01-20 19:38 [Bug bootstrap/13778] New: Four ICEs with stage1 compiler with BOOT_CFLAGS='-O2 -g -mcpu=G5' lucier at math dot purdue dot edu
  2004-01-21  2:26 ` [Bug bootstrap/13778] " giovannibajo at libero dot it
@ 2004-01-21  3:49 ` lucier at math dot purdue dot edu
  2004-01-21  4:16 ` dhazeghi at yahoo dot com
                   ` (5 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: lucier at math dot purdue dot edu @ 2004-01-21  3:49 UTC (permalink / raw)
  To: gcc-bugs



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|WAITING                     |NEW
     Ever Confirmed|                            |1


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


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

* [Bug bootstrap/13778] Four ICEs with stage1 compiler with BOOT_CFLAGS='-O2 -g -mcpu=G5'
  2004-01-20 19:38 [Bug bootstrap/13778] New: Four ICEs with stage1 compiler with BOOT_CFLAGS='-O2 -g -mcpu=G5' lucier at math dot purdue dot edu
  2004-01-21  2:26 ` [Bug bootstrap/13778] " giovannibajo at libero dot it
  2004-01-21  3:49 ` lucier at math dot purdue dot edu
@ 2004-01-21  4:16 ` dhazeghi at yahoo dot com
  2004-01-21  4:37 ` pinskia at gcc dot gnu dot org
                   ` (4 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: dhazeghi at yahoo dot com @ 2004-01-21  4:16 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From dhazeghi at yahoo dot com  2004-01-21 04:15 -------
I'll _try_ to reduce these. Also note, you're not supposed to put a PR into NEW until we've got 
reduced testcases. Not a big deal, but...

-- 


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


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

* [Bug bootstrap/13778] Four ICEs with stage1 compiler with BOOT_CFLAGS='-O2 -g -mcpu=G5'
  2004-01-20 19:38 [Bug bootstrap/13778] New: Four ICEs with stage1 compiler with BOOT_CFLAGS='-O2 -g -mcpu=G5' lucier at math dot purdue dot edu
                   ` (2 preceding siblings ...)
  2004-01-21  4:16 ` dhazeghi at yahoo dot com
@ 2004-01-21  4:37 ` pinskia at gcc dot gnu dot org
  2004-01-21  5:26 ` dhazeghi at yahoo dot com
                   ` (3 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-01-21  4:37 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-01-21 04:37 -------
Dara when you get done, can you file three different PRs, please CC me.  This really needs to be 
fixed for 3.4 as -mpowerpc64 should work just as well as without the option.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|---                         |3.4.0


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


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

* [Bug bootstrap/13778] Four ICEs with stage1 compiler with BOOT_CFLAGS='-O2 -g -mcpu=G5'
  2004-01-20 19:38 [Bug bootstrap/13778] New: Four ICEs with stage1 compiler with BOOT_CFLAGS='-O2 -g -mcpu=G5' lucier at math dot purdue dot edu
                   ` (3 preceding siblings ...)
  2004-01-21  4:37 ` pinskia at gcc dot gnu dot org
@ 2004-01-21  5:26 ` dhazeghi at yahoo dot com
  2004-01-21  5:31 ` dhazeghi at yahoo dot com
                   ` (2 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: dhazeghi at yahoo dot com @ 2004-01-21  5:26 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From dhazeghi at yahoo dot com  2004-01-21 05:26 -------
ra-colorize.i failure simplifies to code almost identical to that in PR 13785.

-- 


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


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

* [Bug bootstrap/13778] Four ICEs with stage1 compiler with BOOT_CFLAGS='-O2 -g -mcpu=G5'
  2004-01-20 19:38 [Bug bootstrap/13778] New: Four ICEs with stage1 compiler with BOOT_CFLAGS='-O2 -g -mcpu=G5' lucier at math dot purdue dot edu
                   ` (4 preceding siblings ...)
  2004-01-21  5:26 ` dhazeghi at yahoo dot com
@ 2004-01-21  5:31 ` dhazeghi at yahoo dot com
  2004-01-21  5:43 ` lucier at math dot purdue dot edu
  2004-01-21  6:24 ` dhazeghi at yahoo dot com
  7 siblings, 0 replies; 9+ messages in thread
From: dhazeghi at yahoo dot com @ 2004-01-21  5:31 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From dhazeghi at yahoo dot com  2004-01-21 05:31 -------
The decl.i failure is the same one as in PR13786. I'm closing this as a duplicate of those 
(13785,13786), which each have the reduced testcases.

*** This bug has been marked as a duplicate of 13785 ***

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |DUPLICATE


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


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

* [Bug bootstrap/13778] Four ICEs with stage1 compiler with BOOT_CFLAGS='-O2 -g -mcpu=G5'
  2004-01-20 19:38 [Bug bootstrap/13778] New: Four ICEs with stage1 compiler with BOOT_CFLAGS='-O2 -g -mcpu=G5' lucier at math dot purdue dot edu
                   ` (5 preceding siblings ...)
  2004-01-21  5:31 ` dhazeghi at yahoo dot com
@ 2004-01-21  5:43 ` lucier at math dot purdue dot edu
  2004-01-21  6:24 ` dhazeghi at yahoo dot com
  7 siblings, 0 replies; 9+ messages in thread
From: lucier at math dot purdue dot edu @ 2004-01-21  5:43 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From lucier at math dot purdue dot edu  2004-01-21 05:43 -------
Subject: Re:  Four ICEs with stage1 compiler with BOOT_CFLAGS='-O2 -g -mcpu=G5'


On Tuesday, January 20, 2004, at 11:16  PM, dhazeghi at yahoo dot com 
wrote:

> Also note, you're not supposed to put a PR into NEW until we've got
> reduced testcases. Not a big deal, but...

Sorry, I wanted to take it out of WAITING status, but there was no 
"Return to UNCONFIRMED" choice available.

Brad



-- 


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


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

* [Bug bootstrap/13778] Four ICEs with stage1 compiler with BOOT_CFLAGS='-O2 -g -mcpu=G5'
  2004-01-20 19:38 [Bug bootstrap/13778] New: Four ICEs with stage1 compiler with BOOT_CFLAGS='-O2 -g -mcpu=G5' lucier at math dot purdue dot edu
                   ` (6 preceding siblings ...)
  2004-01-21  5:43 ` lucier at math dot purdue dot edu
@ 2004-01-21  6:24 ` dhazeghi at yahoo dot com
  7 siblings, 0 replies; 9+ messages in thread
From: dhazeghi at yahoo dot com @ 2004-01-21  6:24 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From dhazeghi at yahoo dot com  2004-01-21 06:24 -------
OT, but essentially you can't unconfirm bugs with bugzilla (irritating, I agree). You can leave them 
in waiting though, which is what I usually do (until we've a reduced testcase).

-- 


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


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

end of thread, other threads:[~2004-01-21  6:24 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-01-20 19:38 [Bug bootstrap/13778] New: Four ICEs with stage1 compiler with BOOT_CFLAGS='-O2 -g -mcpu=G5' lucier at math dot purdue dot edu
2004-01-21  2:26 ` [Bug bootstrap/13778] " giovannibajo at libero dot it
2004-01-21  3:49 ` lucier at math dot purdue dot edu
2004-01-21  4:16 ` dhazeghi at yahoo dot com
2004-01-21  4:37 ` pinskia at gcc dot gnu dot org
2004-01-21  5:26 ` dhazeghi at yahoo dot com
2004-01-21  5:31 ` dhazeghi at yahoo dot com
2004-01-21  5:43 ` lucier at math dot purdue dot edu
2004-01-21  6:24 ` dhazeghi at yahoo 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).