public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug target/21551] New: [4.0 Regression] bootstrap failed
@ 2005-05-13 16:49 hjl at lucon dot org
  2005-05-13 23:06 ` [Bug target/21551] " pinskia at gcc dot gnu dot org
                   ` (13 more replies)
  0 siblings, 14 replies; 15+ messages in thread
From: hjl at lucon dot org @ 2005-05-13 16:49 UTC (permalink / raw)
  To: gcc-bugs

As of Fri May 13 05:21:49 UTC 2005, gcc 4.0 failed to bootstrap on ia64:

./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-4.0/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-4.0/gcc/gcc
-I/net/gnu/export/gnu/src/gcc-4.0/gcc/gcc/.
-I/net/gnu/export/gnu/src/gcc-4.0/gcc/gcc/../include
-I/net/gnu/export/gnu/src/gcc-4.0/gcc/gcc/../libcpp/include   -fexceptions
-fvisibility=hidden -DHIDE_EXPORTS -c
/net/gnu/export/gnu/src/gcc-4.0/gcc/gcc/config/ia64/unwind-ia64.c -o
libgcc/./unwind-ia64.o
/net/gnu/export/gnu/src/gcc-4.0/gcc/gcc/config/ia64/unwind-ia64.c: In function
\uffff\uffff\uffffalloc_reg_state\uffff\uffff\uffff:
/net/gnu/export/gnu/src/gcc-4.0/gcc/gcc/config/ia64/unwind-ia64.c:312: warning:
pointer targets in passing argument 1 of
\uffff\uffff\uffffatomic_alloc\uffff\uffff\uffff differ in
signedness/net/gnu/export/gnu/src/gcc-4.0/gcc/gcc/config/ia64/unwind-ia64.c: In
function \uffff\uffff\ufffffree_reg_state\uffff\uffff\uffff:
/net/gnu/export/gnu/src/gcc-4.0/gcc/gcc/config/ia64/unwind-ia64.c:328: warning:
pointer targets in passing argument 1 of
\uffff\uffff\uffffatomic_free\uffff\uffff\uffff differ in signedness
/net/gnu/export/gnu/src/gcc-4.0/gcc/gcc/config/ia64/unwind-ia64.c: In function
\uffff\uffff\uffffalloc_label_state\uffff\uffff\uffff:
/net/gnu/export/gnu/src/gcc-4.0/gcc/gcc/config/ia64/unwind-ia64.c:345: warning:
pointer targets in passing argument 1 of
\uffff\uffff\uffffatomic_alloc\uffff\uffff\uffff differ in
signedness/net/gnu/export/gnu/src/gcc-4.0/gcc/gcc/config/ia64/unwind-ia64.c: In
function \uffff\uffff\ufffffree_label_state\uffff\uffff\uffff:
/net/gnu/export/gnu/src/gcc-4.0/gcc/gcc/config/ia64/unwind-ia64.c:361: warning:
pointer targets in passing argument 1 of
\uffff\uffff\uffffatomic_free\uffff\uffff\uffff differ in signedness
/net/gnu/export/gnu/src/gcc-4.0/gcc/gcc/config/ia64/unwind-ia64.c: In function
\uffff\uffff\uffffdesc_prologue\uffff\uffff\uffff:
/net/gnu/export/gnu/src/gcc-4.0/gcc/gcc/config/ia64/unwind-ia64.c:605: internal
compiler error: Illegal instruction
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://gcc.gnu.org/bugs.html> for instructions.
make[5]: *** [libgcc/./unwind-ia64_s.o] Error 1
make[5]: Leaving directory `/export/build/gnu/gcc-4.0/build-ia64-linux/gcc'
make[4]: *** [libgcc.a] Error 2
make[4]: Leaving directory `/export/build/gnu/gcc-4.0/build-ia64-linux/gcc'
make[3]: *** [stage2_build] Error 2
make[3]: Leaving directory `/export/build/gnu/gcc-4.0/build-ia64-linux/gcc'
make[2]: *** [bootstrap] Error 2

Program received signal SIGILL, Illegal instruction.
0x40000000002c9e70 in store_bit_field (str_rtx=Variable "str_rtx" is not available.
)
    at /net/gnu/export/gnu/src/gcc-4.0/gcc/gcc/expmed.c:742
742           if (! ((*insn_data[(int) CODE_FOR_insv].operand[3].predicate)
(gdb) p/x $ip
$1 = 0x40000000002c9e70
0x40000000002c9e60 <store_bit_field+4928>:      [MMI]       adds r14=72,r14;;
0x40000000002c9e61 <store_bit_field+4929>:                  ld8 r8=[r14]
0x40000000002c9e62 <store_bit_field+4930>:                  nop.i 0x0;;
0x40000000002c9e70 <store_bit_field+4944>:      [MMI]       ld8 r14=[r8],8;;
0x40000000002c9e71 <store_bit_field+4945>:                  ld8 r1=[r8]
0x40000000002c9e72 <store_bit_field+4946>:                  mov b6=r14
(gdb) p/x $r8
$2 = 0x74696e695f636576
(gdb) p/x $r14
$3 = 0x400000000073f458
(gdb) p (long *) 0x400000000073f458
$4 = (long *) 0x400000000073f458
(gdb) p *(long *) 0x400000000073f458
$5 = 8388357179805230454
(gdb) p/x *(long *) 0x400000000073f458
$6 = 0x74696e695f636576

-- 
           Summary: [4.0 Regression] bootstrap failed
           Product: gcc
           Version: 4.0.1
            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=21551


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

* [Bug target/21551] [4.0 Regression] bootstrap failed
  2005-05-13 16:49 [Bug target/21551] New: [4.0 Regression] bootstrap failed hjl at lucon dot org
@ 2005-05-13 23:06 ` pinskia at gcc dot gnu dot org
  2005-05-15  0:13 ` hjl at lucon dot org
                   ` (12 subsequent siblings)
  13 siblings, 0 replies; 15+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-05-13 23:06 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2005-05-13 23:06 -------
The only change which could have caused this would be RTH but I know RTH bootstrapped and tested 
the patch.

Are you sure that you are not using a broken binutils?

-- 


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


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

* [Bug target/21551] [4.0 Regression] bootstrap failed
  2005-05-13 16:49 [Bug target/21551] New: [4.0 Regression] bootstrap failed hjl at lucon dot org
  2005-05-13 23:06 ` [Bug target/21551] " pinskia at gcc dot gnu dot org
@ 2005-05-15  0:13 ` hjl at lucon dot org
  2005-05-15  0:59 ` pinskia at gcc dot gnu dot org
                   ` (11 subsequent siblings)
  13 siblings, 0 replies; 15+ messages in thread
From: hjl at lucon dot org @ 2005-05-15  0:13 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From hjl at lucon dot org  2005-05-15 00:12 -------
This patch

http://gcc.gnu.org/ml/gcc-patches/2005-05/msg01151.html

seems the cause. expmed.c compiled with the after compiler has

        .mii
        nop 0
        (p6) addl r48 = @ltoffx(insn_data#+32768), r1
        ;;
        nop 0
        .mfb
        (p6) ld8.mov r48 = [r48], insn_data#+32768
        .loc 1 638 0
        nop 0
...
        .loc 1 742 0
        .mmi
        ld8 r14 = [r48]
        mov r54 = r38
        mov r55 = r44
        ;;
        .mmi
        adds r14 = 72, r14
        ;;
        ld8 r8 = [r14]
        nop 0
        ;;
        .mmi
        ld8 r14 = [r8], 8
        ;;
        ld8 r1 = [r8]
        mov b6 = r14
        .bbb
        nop 0
        nop 0
        br.call.sptk.many b0 = b6

for

    740       /* If this machine's insv insists on a register,
    741          get VALUE1 into a register.  */
    742       if (! ((*insn_data[(int) CODE_FOR_insv].operand[3].predicate)
    743              (value1, maxmode)))
    744         value1 = force_reg (maxmode, value1)

while the before compiler generates:

        .mmb
        addl r49 = @ltoffx(insn_data#+16384), r1
        .loc 1 630 0
        ld4 r39 = [r37]
        .loc 1 638 0
        nop 0
        .mmb
        cmp.ne p6, p7 = 39, r14
        .loc 1 632 0
        st4 [r37] = r15
        .loc 1 638 0
        (p7) br.cond.dpnt .L1908
        ;;
        .mii
        ld8.mov r49 = [r49], insn_data#+16384
        nop 0
        ;;
...
        .loc 1 742 0
        .mmi
        ld8 r14 = [r49]
        mov r54 = r38
        mov r55 = r44
        ;;
        .mmi
        adds r14 = 72, r14
        ;;
        ld8 r8 = [r14]
        nop 0
        ;;
        .mmi
        ld8 r14 = [r8], 8
        ;;
        ld8 r1 = [r8]
        mov b6 = r14
        .bbb
        nop 0
        nop 0
        br.call.sptk.many b0 = b6

The difference is "insn_data#+32768" vs. "insn_data#+16384".



-- 


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


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

* [Bug target/21551] [4.0 Regression] bootstrap failed
  2005-05-13 16:49 [Bug target/21551] New: [4.0 Regression] bootstrap failed hjl at lucon dot org
  2005-05-13 23:06 ` [Bug target/21551] " pinskia at gcc dot gnu dot org
  2005-05-15  0:13 ` hjl at lucon dot org
@ 2005-05-15  0:59 ` pinskia at gcc dot gnu dot org
  2005-05-15  1:04 ` hjl at lucon dot org
                   ` (10 subsequent siblings)
  13 siblings, 0 replies; 15+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-05-15  0:59 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2005-05-15 00:59 -------
I would not doubt that CODE_FOR_insv changed also after his patch so that might not be it.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |rth at gcc dot gnu dot org
           Keywords|                            |build, ice-on-valid-code
   Target Milestone|---                         |4.0.1


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


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

* [Bug target/21551] [4.0 Regression] bootstrap failed
  2005-05-13 16:49 [Bug target/21551] New: [4.0 Regression] bootstrap failed hjl at lucon dot org
                   ` (2 preceding siblings ...)
  2005-05-15  0:59 ` pinskia at gcc dot gnu dot org
@ 2005-05-15  1:04 ` hjl at lucon dot org
  2005-05-15 14:12 ` hjl at lucon dot org
                   ` (9 subsequent siblings)
  13 siblings, 0 replies; 15+ messages in thread
From: hjl at lucon dot org @ 2005-05-15  1:04 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From hjl at lucon dot org  2005-05-15 01:03 -------
FYI, I was comparing the assembly outputs from the SAME source with and without
the patch mentioned. I will try to come up with a small testcase.

-- 


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


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

* [Bug target/21551] [4.0 Regression] bootstrap failed
  2005-05-13 16:49 [Bug target/21551] New: [4.0 Regression] bootstrap failed hjl at lucon dot org
                   ` (3 preceding siblings ...)
  2005-05-15  1:04 ` hjl at lucon dot org
@ 2005-05-15 14:12 ` hjl at lucon dot org
  2005-05-15 14:36 ` hjl at lucon dot org
                   ` (8 subsequent siblings)
  13 siblings, 0 replies; 15+ messages in thread
From: hjl at lucon dot org @ 2005-05-15 14:12 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From hjl at lucon dot org  2005-05-15 14:12 -------
Created an attachment (id=8891)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=8891&action=view)
A testcase

With the bad compiler, I got

[hjl@gnu-4 gcc]$ stage1/xgcc -Bstage1/ -O2 -S /tmp/foo.c
[hjl@gnu-4 gcc]$ grep "insn_data" foo.s
	addl r34 = @ltoffx(insn_data#+16384), r1
	ld8.mov r34 = [r34], insn_data#+16384
	addl r34 = @ltoffx(insn_data#+32768), r1
	ld8.mov r34 = [r34], insn_data#+32768

I don't see how "insn_data#+32768" can be right.


-- 


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


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

* [Bug target/21551] [4.0 Regression] bootstrap failed
  2005-05-13 16:49 [Bug target/21551] New: [4.0 Regression] bootstrap failed hjl at lucon dot org
                   ` (4 preceding siblings ...)
  2005-05-15 14:12 ` hjl at lucon dot org
@ 2005-05-15 14:36 ` hjl at lucon dot org
  2005-05-15 15:36 ` hjl at lucon dot org
                   ` (7 subsequent siblings)
  13 siblings, 0 replies; 15+ messages in thread
From: hjl at lucon dot org @ 2005-05-15 14:36 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From hjl at lucon dot org  2005-05-15 14:35 -------
It seems that "-fgcse -O" will trigger the bug.

-- 


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


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

* [Bug target/21551] [4.0 Regression] bootstrap failed
  2005-05-13 16:49 [Bug target/21551] New: [4.0 Regression] bootstrap failed hjl at lucon dot org
                   ` (5 preceding siblings ...)
  2005-05-15 14:36 ` hjl at lucon dot org
@ 2005-05-15 15:36 ` hjl at lucon dot org
  2005-05-15 16:41 ` [Bug target/21551] [4.0 Regression] ia64 " hjl at lucon dot org
                   ` (6 subsequent siblings)
  13 siblings, 0 replies; 15+ messages in thread
From: hjl at lucon dot org @ 2005-05-15 15:36 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From hjl at lucon dot org  2005-05-15 15:36 -------
The change in ia64_expand_move

      if (addend)
        {
          rtx subtarget = no_new_pseudos ? op0 : gen_reg_rtx (mode);

          emit_insn (gen_rtx_SET (VOIDmode, subtarget, op1));

          op1 = expand_simple_binop (mode, PLUS, subtarget,
                                     GEN_INT (addend), op0, 1, OPTAB_DIRECT);
          if (op0 == op1)
            return NULL_RTX;
        }

looks strange to me. Isn't addend added twice when addend == 0x4000?


-- 


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


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

* [Bug target/21551] [4.0 Regression] ia64 bootstrap failed
  2005-05-13 16:49 [Bug target/21551] New: [4.0 Regression] bootstrap failed hjl at lucon dot org
                   ` (6 preceding siblings ...)
  2005-05-15 15:36 ` hjl at lucon dot org
@ 2005-05-15 16:41 ` hjl at lucon dot org
  2005-05-15 18:45 ` hjl at lucon dot org
                   ` (5 subsequent siblings)
  13 siblings, 0 replies; 15+ messages in thread
From: hjl at lucon dot org @ 2005-05-15 16:41 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From hjl at lucon dot org  2005-05-15 16:41 -------
A patch is posted at

http://gcc.gnu.org/ml/gcc-patches/2005-05/msg01431.html

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|[4.0 Regression] bootstrap  |[4.0 Regression] ia64
                   |failed                      |bootstrap failed


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


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

* [Bug target/21551] [4.0 Regression] ia64 bootstrap failed
  2005-05-13 16:49 [Bug target/21551] New: [4.0 Regression] bootstrap failed hjl at lucon dot org
                   ` (7 preceding siblings ...)
  2005-05-15 16:41 ` [Bug target/21551] [4.0 Regression] ia64 " hjl at lucon dot org
@ 2005-05-15 18:45 ` hjl at lucon dot org
  2005-05-15 18:46 ` hjl at lucon dot org
                   ` (4 subsequent siblings)
  13 siblings, 0 replies; 15+ messages in thread
From: hjl at lucon dot org @ 2005-05-15 18:45 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From hjl at lucon dot org  2005-05-15 18:45 -------
*** Bug 21552 has been marked as a duplicate of this bug. ***

-- 


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


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

* [Bug target/21551] [4.0 Regression] ia64 bootstrap failed
  2005-05-13 16:49 [Bug target/21551] New: [4.0 Regression] bootstrap failed hjl at lucon dot org
                   ` (8 preceding siblings ...)
  2005-05-15 18:45 ` hjl at lucon dot org
@ 2005-05-15 18:46 ` hjl at lucon dot org
  2005-05-15 18:51 ` [Bug target/21551] [4.0/4.1 " pinskia at gcc dot gnu dot org
                   ` (3 subsequent siblings)
  13 siblings, 0 replies; 15+ messages in thread
From: hjl at lucon dot org @ 2005-05-15 18:46 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From hjl at lucon dot org  2005-05-15 18:45 -------
*** Bug 21556 has been marked as a duplicate of this bug. ***

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jsm28 at gcc dot gnu dot org


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


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

* [Bug target/21551] [4.0/4.1 Regression] ia64 bootstrap failed
  2005-05-13 16:49 [Bug target/21551] New: [4.0 Regression] bootstrap failed hjl at lucon dot org
                   ` (9 preceding siblings ...)
  2005-05-15 18:46 ` hjl at lucon dot org
@ 2005-05-15 18:51 ` pinskia at gcc dot gnu dot org
  2005-05-16  2:12 ` cvs-commit at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  13 siblings, 0 replies; 15+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-05-15 18:51 UTC (permalink / raw)
  To: gcc-bugs



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|[4.0 Regression] ia64       |[4.0/4.1 Regression] ia64
                   |bootstrap failed            |bootstrap failed


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


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

* [Bug target/21551] [4.0/4.1 Regression] ia64 bootstrap failed
  2005-05-13 16:49 [Bug target/21551] New: [4.0 Regression] bootstrap failed hjl at lucon dot org
                   ` (10 preceding siblings ...)
  2005-05-15 18:51 ` [Bug target/21551] [4.0/4.1 " pinskia at gcc dot gnu dot org
@ 2005-05-16  2:12 ` cvs-commit at gcc dot gnu dot org
  2005-05-16  2:14 ` cvs-commit at gcc dot gnu dot org
  2005-05-16  2:22 ` pinskia at gcc dot gnu dot org
  13 siblings, 0 replies; 15+ messages in thread
From: cvs-commit at gcc dot gnu dot org @ 2005-05-16  2:12 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From cvs-commit at gcc dot gnu dot org  2005-05-16 02:12 -------
Subject: Bug 21551

CVSROOT:	/cvs/gcc
Module name:	gcc
Changes by:	hjl@gcc.gnu.org	2005-05-16 02:12:03

Modified files:
	gcc            : ChangeLog 
	gcc/config/ia64: ia64.c 

Log message:
	2005-05-15  H.J. Lu  <hongjiu.lu@intel.com>
	
	PR target/21551
	* config/ia64/ia64.c (ia64_expand_move): Don't add addend twice.

Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/ChangeLog.diff?cvsroot=gcc&r1=2.8793&r2=2.8794
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/config/ia64/ia64.c.diff?cvsroot=gcc&r1=1.363&r2=1.364



-- 


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


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

* [Bug target/21551] [4.0/4.1 Regression] ia64 bootstrap failed
  2005-05-13 16:49 [Bug target/21551] New: [4.0 Regression] bootstrap failed hjl at lucon dot org
                   ` (11 preceding siblings ...)
  2005-05-16  2:12 ` cvs-commit at gcc dot gnu dot org
@ 2005-05-16  2:14 ` cvs-commit at gcc dot gnu dot org
  2005-05-16  2:22 ` pinskia at gcc dot gnu dot org
  13 siblings, 0 replies; 15+ messages in thread
From: cvs-commit at gcc dot gnu dot org @ 2005-05-16  2:14 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From cvs-commit at gcc dot gnu dot org  2005-05-16 02:14 -------
Subject: Bug 21551

CVSROOT:	/cvs/gcc
Module name:	gcc
Branch: 	gcc-4_0-branch
Changes by:	hjl@gcc.gnu.org	2005-05-16 02:14:08

Modified files:
	gcc            : ChangeLog 
	gcc/config/ia64: ia64.c 

Log message:
	2005-05-15  H.J. Lu  <hongjiu.lu@intel.com>
	
	PR target/21551
	* config/ia64/ia64.c (ia64_expand_move): Don't add addend twice.

Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/ChangeLog.diff?cvsroot=gcc&only_with_tag=gcc-4_0-branch&r1=2.7592.2.245&r2=2.7592.2.246
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/config/ia64/ia64.c.diff?cvsroot=gcc&only_with_tag=gcc-4_0-branch&r1=1.347.2.5&r2=1.347.2.6



-- 


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


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

* [Bug target/21551] [4.0/4.1 Regression] ia64 bootstrap failed
  2005-05-13 16:49 [Bug target/21551] New: [4.0 Regression] bootstrap failed hjl at lucon dot org
                   ` (12 preceding siblings ...)
  2005-05-16  2:14 ` cvs-commit at gcc dot gnu dot org
@ 2005-05-16  2:22 ` pinskia at gcc dot gnu dot org
  13 siblings, 0 replies; 15+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-05-16  2:22 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2005-05-16 02:22 -------
Fixed.

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


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


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

end of thread, other threads:[~2005-05-16  2:22 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-05-13 16:49 [Bug target/21551] New: [4.0 Regression] bootstrap failed hjl at lucon dot org
2005-05-13 23:06 ` [Bug target/21551] " pinskia at gcc dot gnu dot org
2005-05-15  0:13 ` hjl at lucon dot org
2005-05-15  0:59 ` pinskia at gcc dot gnu dot org
2005-05-15  1:04 ` hjl at lucon dot org
2005-05-15 14:12 ` hjl at lucon dot org
2005-05-15 14:36 ` hjl at lucon dot org
2005-05-15 15:36 ` hjl at lucon dot org
2005-05-15 16:41 ` [Bug target/21551] [4.0 Regression] ia64 " hjl at lucon dot org
2005-05-15 18:45 ` hjl at lucon dot org
2005-05-15 18:46 ` hjl at lucon dot org
2005-05-15 18:51 ` [Bug target/21551] [4.0/4.1 " pinskia at gcc dot gnu dot org
2005-05-16  2:12 ` cvs-commit at gcc dot gnu dot org
2005-05-16  2:14 ` cvs-commit at gcc dot gnu dot org
2005-05-16  2:22 ` 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).