public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug bootstrap/37426]  New: [4.4 regression] IRA merge breaks Tru64 UNIX bootstrap
@ 2008-09-08 14:35 ro at gcc dot gnu dot org
  2008-09-09  1:57 ` [Bug bootstrap/37426] " pinskia at gcc dot gnu dot org
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: ro at gcc dot gnu dot org @ 2008-09-08 14:35 UTC (permalink / raw)
  To: gcc-bugs

As of 20080903, mainline doesn't bootstrap on alpha-dec-osf5.1b: in stage2,
compiling build/gengtype-lex.o results in an ICE:

/vol/gccsrc/obj/gcc-4.4.0-20080903/5.1b-gcc/./prev-gcc/xgcc
-B/vol/gccsrc/obj/gcc-4.4.0-20080903/5.1b-gcc/./prev-gcc/
-B/vol/gcc/alpha-dec-osf5.1b/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
-Wno-error -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/gengtype-lex.o gengtype-lex.c
gengtype-lex.c: In function 'yy_get_next_buffer':
gengtype-lex.c:1653: warning: old-style function definition
gengtype-lex.c: In function 'yy_get_previous_state':
gengtype-lex.c:1785: warning: old-style function definition
gengtype-lex.c: In function 'input':
gengtype-lex.c:1898: warning: old-style function definition
/vol/gcc/src/gcc-dist/gcc/gengtype-lex.l: At top level:
gengtype-lex.c:1898: warning: 'input' defined but not used
gengtype-lex.c: In function 'yylex':
gengtype-lex.c:1641: internal compiler error: in ira_flattening, at
ira-build.c:2146
Please submit a full bug report,
with preprocessed source if appropriate.
See <http://gcc.gnu.org/bugs.html> for instructions.
make[3]: *** [build/gengtype-lex.o] Error 1

This might be identical to PR rtl-optimization/37333.  I'm currently running
a mainline bootstrap as of 20080908 to check.


-- 
           Summary: [4.4 regression] IRA merge breaks Tru64 UNIX bootstrap
           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 build triplet: alpha-dec-osf5.1b
  GCC host triplet: alpha-dec-osf5.1b
GCC target triplet: alpha-dec-osf5.1b


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


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

* [Bug bootstrap/37426] [4.4 regression] IRA merge breaks Tru64 UNIX bootstrap
  2008-09-08 14:35 [Bug bootstrap/37426] New: [4.4 regression] IRA merge breaks Tru64 UNIX bootstrap ro at gcc dot gnu dot org
@ 2008-09-09  1:57 ` pinskia at gcc dot gnu dot org
  2008-09-09 15:45 ` ro at techfak dot uni-bielefeld dot de
  2008-09-29 15:15 ` ro at gcc dot gnu dot org
  2 siblings, 0 replies; 4+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2008-09-09  1:57 UTC (permalink / raw)
  To: gcc-bugs



-- 

pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |pinskia at gcc dot gnu dot
                   |                            |org
           Keywords|                            |ice-on-valid-code, ra
   Target Milestone|---                         |4.4.0


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


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

* [Bug bootstrap/37426] [4.4 regression] IRA merge breaks Tru64 UNIX bootstrap
  2008-09-08 14:35 [Bug bootstrap/37426] New: [4.4 regression] IRA merge breaks Tru64 UNIX bootstrap ro at gcc dot gnu dot org
  2008-09-09  1:57 ` [Bug bootstrap/37426] " pinskia at gcc dot gnu dot org
@ 2008-09-09 15:45 ` ro at techfak dot uni-bielefeld dot de
  2008-09-29 15:15 ` ro at gcc dot gnu dot org
  2 siblings, 0 replies; 4+ messages in thread
From: ro at techfak dot uni-bielefeld dot de @ 2008-09-09 15:45 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #1 from ro at techfak dot uni-bielefeld dot de  2008-09-09 15:43 -------
Subject: Re:  [4.4 regression] IRA merge breaks Tru64 UNIX bootstrap

After applying the patch for PR rtl-optimization/37333 from

        http://gcc.gnu.org/ml/gcc-patches/2008-09/msg00514.html

and applying

        http://gcc.gnu.org/ml/gcc-patches/2008-09/msg00705.html

I'm now past stage3 and into building the target libs.  So it seems that
this PR can be closed once the patch is checked in.

        Rainer


-- 


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


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

* [Bug bootstrap/37426] [4.4 regression] IRA merge breaks Tru64 UNIX bootstrap
  2008-09-08 14:35 [Bug bootstrap/37426] New: [4.4 regression] IRA merge breaks Tru64 UNIX bootstrap ro at gcc dot gnu dot org
  2008-09-09  1:57 ` [Bug bootstrap/37426] " pinskia at gcc dot gnu dot org
  2008-09-09 15:45 ` ro at techfak dot uni-bielefeld dot de
@ 2008-09-29 15:15 ` ro at gcc dot gnu dot org
  2 siblings, 0 replies; 4+ messages in thread
From: ro at gcc dot gnu dot org @ 2008-09-29 15:15 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #2 from ro at gcc dot gnu dot org  2008-09-29 15:14 -------
Both patches have been checked in, so closing as fixed.
(We're back at PR bootstrap/36851 now, though.)


-- 

ro at gcc dot gnu dot org changed:

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


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


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

end of thread, other threads:[~2008-09-29 15:15 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-09-08 14:35 [Bug bootstrap/37426] New: [4.4 regression] IRA merge breaks Tru64 UNIX bootstrap ro at gcc dot gnu dot org
2008-09-09  1:57 ` [Bug bootstrap/37426] " pinskia at gcc dot gnu dot org
2008-09-09 15:45 ` ro at techfak dot uni-bielefeld dot de
2008-09-29 15:15 ` ro 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).