public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug bootstrap/36919]  New: [4.4 regression] Bootstrap failure on IRIX 6.5: unrecognizable insn in errors.c
@ 2008-07-24 19:02 ro at gcc dot gnu dot org
  2008-07-25  9:36 ` [Bug target/36919] " rguenth at gcc dot gnu dot org
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: ro at gcc dot gnu dot org @ 2008-07-24 19:02 UTC (permalink / raw)
  To: gcc-bugs

As of 20080724, mainline fails to bootstrap on IRIX 6.5:

/vol/gccsrc/obj/gcc-4.4.0-20080724/6.5-gcc/./prev-gcc/xgcc
-B/vol/gccsrc/obj/gcc-4.4.0-20080724/6.5-gcc/./prev-gcc/
-B/vol/gcc/mips-sgi-irix6.5/bin/ -c  -g -O2 -DIN_GCC   -W -Wall -Wwrite-strings
-Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition
-Wc++-compat -Wmissing-format-attribute -pedantic -Wno-long-long
-Wno-variadic-macros                                -Wno-overlength-strings
-Werror -fno-common  -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild
-I/vol/gcc/src/gcc-dist/gcc -I/vol/gcc/src/gcc-dist/gcc/build
-I/vol/gcc/src/gcc-dist/gcc/../include
-I/vol/gcc/src/gcc-dist/gcc/../libcpp/include -I/vol/gcc/include
-I/vol/gcc/include -I/vol/gcc/src/gcc-dist/gcc/../libdecnumber
-I/vol/gcc/src/gcc-dist/gcc/../libdecnumber/dpd -I../libdecnumber  -o
build/errors.o /vol/gcc/src/gcc-dist/gcc/errors.c
/vol/gcc/src/gcc-dist/gcc/errors.c: In function 'trim_filename':
/vol/gcc/src/gcc-dist/gcc/errors.c:124: error: unrecognizable insn:
(insn 154 139 49 /vol/gcc/src/gcc-dist/gcc/errors.c:116 (sequence [
            (jump_insn 43 139 45 /vol/gcc/src/gcc-dist/gcc/errors.c:116 (set
(pc
)
                    (if_then_else (ne (reg:SI 3 $3 [235])
                            (reg:SI 2 $2 [236]))
                        (label_ref:SI 90)
                        (pc))) 423 {*branch_equalitysi} (expr_list:REG_BR_PRED
(const_int 49 [0x31])
                    (expr_list:REG_DEAD (reg:SI 3 $3 [235])
                        (expr_list:REG_DEAD (reg:SI 2 $2 [236])
                            (expr_list:REG_EQUAL (if_then_else (ne (reg:SI 3 $3
[235])
                                        (const_int 47 [0x2f]))
                                    (label_ref:SI 90)
                                    (pc))
                                (expr_list:REG_BR_PROB (const_int 300 [0x12c])
                                    (nil)))))))
            (insn 45 43 49 (set (reg/v/f:SI 5 $5 [orig:231 p ] [231])
                    (reg/v/f:SI 4 $4 [orig:234 name ] [234])) 252
{*movsi_internal} (nil))
        ]) -1 (nil))
/vol/gcc/src/gcc-dist/gcc/errors.c:124: internal compiler error: in
num_delay_slots, at config/mips/mips.md:863

I've last bootstrapped successfully on 20080613.


-- 
           Summary: [4.4 regression] Bootstrap failure on IRIX 6.5:
                    unrecognizable insn in errors.c
           Product: gcc
           Version: 4.4.0
            Status: UNCONFIRMED
          Severity: major
          Priority: P3
         Component: bootstrap
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: ro at gcc dot gnu dot org
GCC target triplet: mips-sgi-irix6.5


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


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

* [Bug target/36919] [4.4 regression] Bootstrap failure on IRIX 6.5: unrecognizable insn in errors.c
  2008-07-24 19:02 [Bug bootstrap/36919] New: [4.4 regression] Bootstrap failure on IRIX 6.5: unrecognizable insn in errors.c ro at gcc dot gnu dot org
@ 2008-07-25  9:36 ` rguenth at gcc dot gnu dot org
  2008-07-28 12:24 ` michael dot a dot richmond at nasa dot gov
                   ` (4 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: rguenth at gcc dot gnu dot org @ 2008-07-25  9:36 UTC (permalink / raw)
  To: gcc-bugs



-- 

rguenth at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
          Component|bootstrap                   |target
           Keywords|                            |build
   Target Milestone|---                         |4.4.0


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


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

* [Bug target/36919] [4.4 regression] Bootstrap failure on IRIX 6.5: unrecognizable insn in errors.c
  2008-07-24 19:02 [Bug bootstrap/36919] New: [4.4 regression] Bootstrap failure on IRIX 6.5: unrecognizable insn in errors.c ro at gcc dot gnu dot org
  2008-07-25  9:36 ` [Bug target/36919] " rguenth at gcc dot gnu dot org
@ 2008-07-28 12:24 ` michael dot a dot richmond at nasa dot gov
  2008-07-28 13:42 ` hjl dot tools at gmail dot com
                   ` (3 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: michael dot a dot richmond at nasa dot gov @ 2008-07-28 12:24 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #1 from michael dot a dot richmond at nasa dot gov  2008-07-28 12:23 -------
I get the same error in gcc-4.4-20080725 under MIPS Linux. My last successful
bootstrap was 20080718.


-- 

michael dot a dot richmond at nasa dot gov changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |michael dot a dot richmond
                   |                            |at nasa dot gov


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


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

* [Bug target/36919] [4.4 regression] Bootstrap failure on IRIX 6.5: unrecognizable insn in errors.c
  2008-07-24 19:02 [Bug bootstrap/36919] New: [4.4 regression] Bootstrap failure on IRIX 6.5: unrecognizable insn in errors.c ro at gcc dot gnu dot org
  2008-07-25  9:36 ` [Bug target/36919] " rguenth at gcc dot gnu dot org
  2008-07-28 12:24 ` michael dot a dot richmond at nasa dot gov
@ 2008-07-28 13:42 ` hjl dot tools at gmail dot com
  2008-07-28 13:50 ` michael dot a dot richmond at nasa dot gov
                   ` (2 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: hjl dot tools at gmail dot com @ 2008-07-28 13:42 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #2 from hjl dot tools at gmail dot com  2008-07-28 13:42 -------
Have you tried revision 138154 or newer?


-- 


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


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

* [Bug target/36919] [4.4 regression] Bootstrap failure on IRIX 6.5: unrecognizable insn in errors.c
  2008-07-24 19:02 [Bug bootstrap/36919] New: [4.4 regression] Bootstrap failure on IRIX 6.5: unrecognizable insn in errors.c ro at gcc dot gnu dot org
                   ` (2 preceding siblings ...)
  2008-07-28 13:42 ` hjl dot tools at gmail dot com
@ 2008-07-28 13:50 ` michael dot a dot richmond at nasa dot gov
  2008-07-28 16:24 ` michael dot a dot richmond at nasa dot gov
  2008-08-08 22:51 ` mmitchel at gcc dot gnu dot org
  5 siblings, 0 replies; 7+ messages in thread
From: michael dot a dot richmond at nasa dot gov @ 2008-07-28 13:50 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #3 from michael dot a dot richmond at nasa dot gov  2008-07-28 13:49 -------
(In reply to comment #2)
> Have you tried revision 138154 or newer?

I don't know what that is


-- 


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


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

* [Bug target/36919] [4.4 regression] Bootstrap failure on IRIX 6.5: unrecognizable insn in errors.c
  2008-07-24 19:02 [Bug bootstrap/36919] New: [4.4 regression] Bootstrap failure on IRIX 6.5: unrecognizable insn in errors.c ro at gcc dot gnu dot org
                   ` (3 preceding siblings ...)
  2008-07-28 13:50 ` michael dot a dot richmond at nasa dot gov
@ 2008-07-28 16:24 ` michael dot a dot richmond at nasa dot gov
  2008-08-08 22:51 ` mmitchel at gcc dot gnu dot org
  5 siblings, 0 replies; 7+ messages in thread
From: michael dot a dot richmond at nasa dot gov @ 2008-07-28 16:24 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #4 from michael dot a dot richmond at nasa dot gov  2008-07-28 16:23 -------
(In reply to comment #2)
> Have you tried revision 138154 or newer?

Revision 138154 fixed the problem


-- 


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


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

* [Bug target/36919] [4.4 regression] Bootstrap failure on IRIX 6.5: unrecognizable insn in errors.c
  2008-07-24 19:02 [Bug bootstrap/36919] New: [4.4 regression] Bootstrap failure on IRIX 6.5: unrecognizable insn in errors.c ro at gcc dot gnu dot org
                   ` (4 preceding siblings ...)
  2008-07-28 16:24 ` michael dot a dot richmond at nasa dot gov
@ 2008-08-08 22:51 ` mmitchel at gcc dot gnu dot org
  5 siblings, 0 replies; 7+ messages in thread
From: mmitchel at gcc dot gnu dot org @ 2008-08-08 22:51 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #5 from mmitchel at gcc dot gnu dot org  2008-08-08 22:50 -------
The submitter indicates that a subsequent revision corrected the problem.


-- 

mmitchel at gcc dot gnu dot org changed:

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


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


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

end of thread, other threads:[~2008-08-08 22:51 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-07-24 19:02 [Bug bootstrap/36919] New: [4.4 regression] Bootstrap failure on IRIX 6.5: unrecognizable insn in errors.c ro at gcc dot gnu dot org
2008-07-25  9:36 ` [Bug target/36919] " rguenth at gcc dot gnu dot org
2008-07-28 12:24 ` michael dot a dot richmond at nasa dot gov
2008-07-28 13:42 ` hjl dot tools at gmail dot com
2008-07-28 13:50 ` michael dot a dot richmond at nasa dot gov
2008-07-28 16:24 ` michael dot a dot richmond at nasa dot gov
2008-08-08 22:51 ` mmitchel 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).