public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug target/17698] New: Mainline failed to bootstrap on ia64
@ 2004-09-27 17:20 hjl at lucon dot org
  2004-09-27 17:28 ` [Bug rtl-optimization/17698] [4.0 Regression] " pinskia at gcc dot gnu dot org
                   ` (7 more replies)
  0 siblings, 8 replies; 9+ messages in thread
From: hjl at lucon dot org @ 2004-09-27 17:20 UTC (permalink / raw)
  To: gcc-bugs

Mainline has been failing to boostrap on ia64 for several days. The
last working one for me is 20040921. With Mon Sep 27 16:07:23 UTC 2004,
I got

./xgcc -B./ -B/usr/gcc-4.0/ia64-unknown-linux-gnu/bin/ -isystem
/usr/gcc-4.0/ia64-unknown-linux-gnu/include -isystem
/usr/gcc-4.0/ia64-unknown-linux-gnu/sys-include
-L/export/build/gnu/gcc/build-ia64-linux/gcc/../ld -O2  -DIN_GCC   
-DUSE_LIBUNWIND_EXCEPTIONS -W -Wall -Wwrite-strings -Wstrict-prototypes
-Wmissing-prototypes -Wold-style-definition  -isystem ./include  -fPIC
-DUSE_GAS_SYMVER -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED 
-I. -I. -I/net/gnu/export/gnu/src/gcc/gcc/gcc
-I/net/gnu/export/gnu/src/gcc/gcc/gcc/.
-I/net/gnu/export/gnu/src/gcc/gcc/gcc/../include
-I/net/gnu/export/gnu/src/gcc/gcc/gcc/../libcpp/include  -fexceptions -c
/net/gnu/export/gnu/src/gcc/gcc/gcc/config/ia64/unwind-ia64.c -o
libgcc/./unwind-ia64.o
/net/gnu/export/gnu/src/gcc/gcc/gcc/config/ia64/unwind-ia64.c: In function
'alloc_reg_state':
/net/gnu/export/gnu/src/gcc/gcc/gcc/config/ia64/unwind-ia64.c:312: warning:
pointer targets in passing arg 1 of 'atomic_alloc' differ in signedness
/net/gnu/export/gnu/src/gcc/gcc/gcc/config/ia64/unwind-ia64.c: In function
'free_reg_state':
/net/gnu/export/gnu/src/gcc/gcc/gcc/config/ia64/unwind-ia64.c:328: warning:
pointer targets in passing arg 1 of 'atomic_free' differ in signedness
/net/gnu/export/gnu/src/gcc/gcc/gcc/config/ia64/unwind-ia64.c: In function
'alloc_label_state':
/net/gnu/export/gnu/src/gcc/gcc/gcc/config/ia64/unwind-ia64.c:345: warning:
pointer targets in passing arg 1 of 'atomic_alloc' differ in signedness
/net/gnu/export/gnu/src/gcc/gcc/gcc/config/ia64/unwind-ia64.c: In function
'free_label_state':
/net/gnu/export/gnu/src/gcc/gcc/gcc/config/ia64/unwind-ia64.c:361: warning:
pointer targets in passing arg 1 of 'atomic_free' differ in signedness
/net/gnu/export/gnu/src/gcc/gcc/gcc/unwind.inc: In function
'_Unwind_DeleteException':
/net/gnu/export/gnu/src/gcc/gcc/gcc/unwind.inc:278: error: insn does not satisfy
its constraints:
(call_insn 19 15 22 1 /net/gnu/export/gnu/src/gcc/gcc/gcc/unwind.inc:277 (parallel [
            (call (mem:DI (reg:DI 14 r14 [orig:339 D.7170 ] [339]) [0 S8 A64])
                (const_int 1 [0x1]))
            (clobber (reg:DI 320 b0))
            (clobber (reg:DI 14 r14))
            (clobber (reg:DI 326 b6))
        ]) 235 {call_gp} (insn_list:REG_DEP_TRUE 17 (insn_list:REG_DEP_ANTI 13
(insn_list:REG_DEP_ANTI 12 (insn_list:REG_DEP_TRUE 11 (insn_list:REG_DEP_ANTI 10
(insn_list:REG_DEP_TRUE 18 (nil)))))))
    (nil)
    (expr_list:REG_DEP_TRUE (use (reg:DI 1 r1))
        (expr_list:REG_DEP_TRUE (use (reg:DI 121 out1 [ exc ]))
            (expr_list:REG_DEP_TRUE (use (reg:SI 120 out0))
                (nil)))))
/net/gnu/export/gnu/src/gcc/gcc/gcc/unwind.inc:278: internal compiler error: in
reload_cse_simplify_operands, at postreload.c:391
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://gcc.gnu.org/bugs.html> for instructions.
make[2]: *** [libgcc/./unwind-ia64.o] Error 1
make[2]: Leaving directory `/export/build/gnu/gcc/build-ia64-linux/gcc'
make[1]: *** [libgcc.a] Error 2
make[1]: Leaving directory `/export/build/gnu/gcc/build-ia64-linux/gcc'
make: *** [stage1_build] Error 2

-- 
           Summary: Mainline failed to bootstrap on ia64
           Product: gcc
           Version: 4.0.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: target
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: hjl at lucon dot org
                CC: gcc-bugs at gcc dot gnu dot org
 GCC build triplet: ia64-unknown-linux-gnu
  GCC host triplet: ia64-unknown-linux-gnu
GCC target triplet: ia64-unknown-linux-gnu


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


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

* [Bug rtl-optimization/17698] [4.0 Regression] Mainline failed to bootstrap on ia64
  2004-09-27 17:20 [Bug target/17698] New: Mainline failed to bootstrap on ia64 hjl at lucon dot org
@ 2004-09-27 17:28 ` pinskia at gcc dot gnu dot org
  2004-09-27 20:22 ` pinskia at gcc dot gnu dot org
                   ` (6 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-09-27 17:28 UTC (permalink / raw)
  To: gcc-bugs



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
          Component|target                      |rtl-optimization
           Keywords|                            |build, ice-on-valid-code
            Summary|Mainline failed to bootstrap|[4.0 Regression] Mainline
                   |on ia64                     |failed to bootstrap on ia64
   Target Milestone|---                         |4.0.0


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


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

* [Bug rtl-optimization/17698] [4.0 Regression] Mainline failed to bootstrap on ia64
  2004-09-27 17:20 [Bug target/17698] New: Mainline failed to bootstrap on ia64 hjl at lucon dot org
  2004-09-27 17:28 ` [Bug rtl-optimization/17698] [4.0 Regression] " pinskia at gcc dot gnu dot org
@ 2004-09-27 20:22 ` pinskia at gcc dot gnu dot org
  2004-09-27 21:41 ` cvs-commit at gcc dot gnu dot org
                   ` (5 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-09-27 20:22 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-09-27 20:22 -------
Patch here: <http://gcc.gnu.org/ml/gcc-patches/2004-09/msg02791.html>.
Confirmed.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|                            |1
           Keywords|                            |patch
   Last reconfirmed|0000-00-00 00:00:00         |2004-09-27 20:22:44
               date|                            |


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


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

* [Bug rtl-optimization/17698] [4.0 Regression] Mainline failed to bootstrap on ia64
  2004-09-27 17:20 [Bug target/17698] New: Mainline failed to bootstrap on ia64 hjl at lucon dot org
  2004-09-27 17:28 ` [Bug rtl-optimization/17698] [4.0 Regression] " pinskia at gcc dot gnu dot org
  2004-09-27 20:22 ` pinskia at gcc dot gnu dot org
@ 2004-09-27 21:41 ` cvs-commit at gcc dot gnu dot org
  2004-09-27 21:42 ` pinskia at gcc dot gnu dot org
                   ` (4 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: cvs-commit at gcc dot gnu dot org @ 2004-09-27 21:41 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From cvs-commit at gcc dot gnu dot org  2004-09-27 21:41 -------
Subject: Bug 17698

CVSROOT:	/cvs/gcc
Module name:	gcc
Changes by:	pinskia@gcc.gnu.org	2004-09-27 21:41:34

Modified files:
	gcc            : ChangeLog bitmap.h 

Log message:
	2004-09-27  Michael Matz <matz@suse.de>
	
	PR bootstrap/17698
	PR bootstrap/17702
	* bitmap.h (bmp_iter_single_init, bmp_iter_and_not_init,
	bmp_iter_and_init): Shift by bit_in_word.

Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/ChangeLog.diff?cvsroot=gcc&r1=2.5646&r2=2.5647
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/bitmap.h.diff?cvsroot=gcc&r1=1.35&r2=1.36



-- 


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


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

* [Bug rtl-optimization/17698] [4.0 Regression] Mainline failed to bootstrap on ia64
  2004-09-27 17:20 [Bug target/17698] New: Mainline failed to bootstrap on ia64 hjl at lucon dot org
                   ` (2 preceding siblings ...)
  2004-09-27 21:41 ` cvs-commit at gcc dot gnu dot org
@ 2004-09-27 21:42 ` pinskia at gcc dot gnu dot org
  2004-09-27 22:44 ` hjl at lucon dot org
                   ` (3 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-09-27 21:42 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-09-27 21:42 -------
Fixed.

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


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


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

* [Bug rtl-optimization/17698] [4.0 Regression] Mainline failed to bootstrap on ia64
  2004-09-27 17:20 [Bug target/17698] New: Mainline failed to bootstrap on ia64 hjl at lucon dot org
                   ` (3 preceding siblings ...)
  2004-09-27 21:42 ` pinskia at gcc dot gnu dot org
@ 2004-09-27 22:44 ` hjl at lucon dot org
  2004-09-27 22:50 ` pinskia at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: hjl at lucon dot org @ 2004-09-27 22:44 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From hjl at lucon dot org  2004-09-27 22:44 -------
It doesn't solve the bootstrap problem. Now I got

stage1/xgcc -Bstage1/ -B/usr/gcc-4.0/ia64-unknown-linux-gnu/bin/ -c  
-DUSE_LIBUNWIND_EXCEPTIONS -g -O2 -DIN_GCC   -W -Wall -Wwrite-strings
-Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long
-Wno-variadic-macros -Wold-style-definition -Werror    -DHAVE_CONFIG_H    -I.
-I. -I/net/gnu/export/gnu/src/gcc/gcc/gcc
-I/net/gnu/export/gnu/src/gcc/gcc/gcc/.
-I/net/gnu/export/gnu/src/gcc/gcc/gcc/../include
-I/net/gnu/export/gnu/src/gcc/gcc/gcc/../libcpp/include 
/net/gnu/export/gnu/src/gcc/gcc/gcc/ra.c -o ra.o
/net/gnu/export/gnu/src/gcc/gcc/gcc/ra.c: In function 'reg_alloc':
/net/gnu/export/gnu/src/gcc/gcc/gcc/ra.c:670: internal compiler error: in
emit_move_insn, at expr.c:2485
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://gcc.gnu.org/bugs.html> for instructions.
make[4]: *** [ra.o] Error 1
make[4]: *** Waiting for unfinished jobs....
make[4]: Leaving directory `/export/build/gnu/gcc/build-ia64-linux/gcc'
make[3]: *** [stage2_build] Error 2
make[3]: Leaving directory `/export/build/gnu/gcc/build-ia64-linux/gcc'
make[2]: *** [bootstrap] Error 2


-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |REOPENED
         Resolution|FIXED                       |


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


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

* [Bug rtl-optimization/17698] [4.0 Regression] Mainline failed to bootstrap on ia64
  2004-09-27 17:20 [Bug target/17698] New: Mainline failed to bootstrap on ia64 hjl at lucon dot org
                   ` (4 preceding siblings ...)
  2004-09-27 22:44 ` hjl at lucon dot org
@ 2004-09-27 22:50 ` pinskia at gcc dot gnu dot org
  2004-09-27 22:51 ` schwab at suse dot de
  2004-09-27 22:52 ` pinskia at gcc dot gnu dot org
  7 siblings, 0 replies; 9+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-09-27 22:50 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-09-27 22:50 -------
Could you attach the preprocessed source?

-- 


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


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

* [Bug rtl-optimization/17698] [4.0 Regression] Mainline failed to bootstrap on ia64
  2004-09-27 17:20 [Bug target/17698] New: Mainline failed to bootstrap on ia64 hjl at lucon dot org
                   ` (5 preceding siblings ...)
  2004-09-27 22:50 ` pinskia at gcc dot gnu dot org
@ 2004-09-27 22:51 ` schwab at suse dot de
  2004-09-27 22:52 ` pinskia at gcc dot gnu dot org
  7 siblings, 0 replies; 9+ messages in thread
From: schwab at suse dot de @ 2004-09-27 22:51 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From schwab at suse dot de  2004-09-27 22:51 -------
I don't get this particular ICE, but a different one due to the patch for bug 
17151. 

-- 


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


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

* [Bug rtl-optimization/17698] [4.0 Regression] Mainline failed to bootstrap on ia64
  2004-09-27 17:20 [Bug target/17698] New: Mainline failed to bootstrap on ia64 hjl at lucon dot org
                   ` (6 preceding siblings ...)
  2004-09-27 22:51 ` schwab at suse dot de
@ 2004-09-27 22:52 ` pinskia at gcc dot gnu dot org
  7 siblings, 0 replies; 9+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-09-27 22:52 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-09-27 22:52 -------
Oh, never mind, that would be the same as PR 17531.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|REOPENED                    |RESOLVED
         Resolution|                            |FIXED


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


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

end of thread, other threads:[~2004-09-27 22:52 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-09-27 17:20 [Bug target/17698] New: Mainline failed to bootstrap on ia64 hjl at lucon dot org
2004-09-27 17:28 ` [Bug rtl-optimization/17698] [4.0 Regression] " pinskia at gcc dot gnu dot org
2004-09-27 20:22 ` pinskia at gcc dot gnu dot org
2004-09-27 21:41 ` cvs-commit at gcc dot gnu dot org
2004-09-27 21:42 ` pinskia at gcc dot gnu dot org
2004-09-27 22:44 ` hjl at lucon dot org
2004-09-27 22:50 ` pinskia at gcc dot gnu dot org
2004-09-27 22:51 ` schwab at suse dot de
2004-09-27 22:52 ` 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).