public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug middle-end/41739]  New: [4.5 Regression] Failed to bootstrap on Linux/ia64
@ 2009-10-17 17:20 hjl dot tools at gmail dot com
  2009-10-17 17:30 ` [Bug middle-end/41739] " rguenth at gcc dot gnu dot org
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: hjl dot tools at gmail dot com @ 2009-10-17 17:20 UTC (permalink / raw)
  To: gcc-bugs

Revision 152933 gave:

/export/gnu/import/svn/gcc-test/bld/./prev-gcc/xgcc
-B/export/gnu/import/svn/gcc-test/bld/./prev-gcc/
-B/usr/local/ia64-unknown-linux-gnu/bin/
-B/usr/local/ia64-unknown-linux-gnu/bin/
-B/usr/local/ia64-unknown-linux-gnu/lib/ -isystem
/usr/local/ia64-unknown-linux-gnu/include -isystem
/usr/local/ia64-unknown-linux-gnu/sys-include    -c  -DUSE_LIBUNWIND_EXCEPTIONS
-g -O2 -DIN_GCC   -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes
-Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long
-Wno-variadic-macros -Wno-overlength-strings -Werror -Wold-style-definition
-Wc++-compat -fno-common  -DHAVE_CONFIG_H -I. -I. -I../../src-trunk/gcc
-I../../src-trunk/gcc/. -I../../src-trunk/gcc/../include
-I../../src-trunk/gcc/../libcpp/include  -I../../src-trunk/gcc/../libdecnumber
-I../../src-trunk/gcc/../libdecnumber/dpd -I../libdecnumber  
-I/usr/include/libelf  ../../src-trunk/gcc/function.c -o function.o
../../src-trunk/gcc/function.c: In function 'expand_function_end':
../../src-trunk/gcc/function.c:4862:1: internal compiler error: in ds_merge_1,
at sched-deps.c:3845
Please submit a full bug report,
with preprocessed source if appropriate.
See <http://gcc.gnu.org/bugs.html> for instructions.
make[6]: *** [function.o] Error 1

Revision 152923 is OK. It may be caused by revision 152927:

http://gcc.gnu.org/ml/gcc-cvs/2009-10/msg00580.html


-- 
           Summary: [4.5 Regression] Failed to bootstrap on Linux/ia64
           Product: gcc
           Version: 4.5.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: middle-end
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: hjl dot tools at gmail dot com


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


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

* [Bug middle-end/41739] [4.5 Regression] Failed to bootstrap on Linux/ia64
  2009-10-17 17:20 [Bug middle-end/41739] New: [4.5 Regression] Failed to bootstrap on Linux/ia64 hjl dot tools at gmail dot com
@ 2009-10-17 17:30 ` rguenth at gcc dot gnu dot org
  2009-10-18 19:05 ` aoliva at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: rguenth at gcc dot gnu dot org @ 2009-10-17 17:30 UTC (permalink / raw)
  To: gcc-bugs



-- 

rguenth at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|---                         |4.5.0


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


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

* [Bug middle-end/41739] [4.5 Regression] Failed to bootstrap on Linux/ia64
  2009-10-17 17:20 [Bug middle-end/41739] New: [4.5 Regression] Failed to bootstrap on Linux/ia64 hjl dot tools at gmail dot com
  2009-10-17 17:30 ` [Bug middle-end/41739] " rguenth at gcc dot gnu dot org
@ 2009-10-18 19:05 ` aoliva at gcc dot gnu dot org
  2009-10-20 15:10 ` [Bug debug/41739] " jakub at gcc dot gnu dot org
  2009-10-21  0:52 ` hjl dot tools at gmail dot com
  3 siblings, 0 replies; 5+ messages in thread
From: aoliva at gcc dot gnu dot org @ 2009-10-18 19:05 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #1 from aoliva at gcc dot gnu dot org  2009-10-18 19:04 -------
Thanks, it is most certainly the patch I installed.  On it.


-- 

aoliva at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         AssignedTo|unassigned at gcc dot gnu   |aoliva at gcc dot gnu dot
                   |dot org                     |org
             Status|UNCONFIRMED                 |ASSIGNED
     Ever Confirmed|0                           |1
   Last reconfirmed|0000-00-00 00:00:00         |2009-10-18 19:04:59
               date|                            |


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


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

* [Bug debug/41739] [4.5 Regression] Failed to bootstrap on Linux/ia64
  2009-10-17 17:20 [Bug middle-end/41739] New: [4.5 Regression] Failed to bootstrap on Linux/ia64 hjl dot tools at gmail dot com
  2009-10-17 17:30 ` [Bug middle-end/41739] " rguenth at gcc dot gnu dot org
  2009-10-18 19:05 ` aoliva at gcc dot gnu dot org
@ 2009-10-20 15:10 ` jakub at gcc dot gnu dot org
  2009-10-21  0:52 ` hjl dot tools at gmail dot com
  3 siblings, 0 replies; 5+ messages in thread
From: jakub at gcc dot gnu dot org @ 2009-10-20 15:10 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #2 from jakub at gcc dot gnu dot org  2009-10-20 15:09 -------
Subject: Bug 41739

Author: jakub
Date: Tue Oct 20 15:09:43 2009
New Revision: 153017

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=153017
Log:
        PR debug/41739
        * haifa-sched.c (try_ready): Skip debug deps updating speculation
        status.

Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/haifa-sched.c


-- 


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


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

* [Bug debug/41739] [4.5 Regression] Failed to bootstrap on Linux/ia64
  2009-10-17 17:20 [Bug middle-end/41739] New: [4.5 Regression] Failed to bootstrap on Linux/ia64 hjl dot tools at gmail dot com
                   ` (2 preceding siblings ...)
  2009-10-20 15:10 ` [Bug debug/41739] " jakub at gcc dot gnu dot org
@ 2009-10-21  0:52 ` hjl dot tools at gmail dot com
  3 siblings, 0 replies; 5+ messages in thread
From: hjl dot tools at gmail dot com @ 2009-10-21  0:52 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #3 from hjl dot tools at gmail dot com  2009-10-21 00:52 -------
Fixed.


-- 

hjl dot tools at gmail dot com changed:

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


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


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

end of thread, other threads:[~2009-10-21  0:52 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-10-17 17:20 [Bug middle-end/41739] New: [4.5 Regression] Failed to bootstrap on Linux/ia64 hjl dot tools at gmail dot com
2009-10-17 17:30 ` [Bug middle-end/41739] " rguenth at gcc dot gnu dot org
2009-10-18 19:05 ` aoliva at gcc dot gnu dot org
2009-10-20 15:10 ` [Bug debug/41739] " jakub at gcc dot gnu dot org
2009-10-21  0:52 ` hjl dot tools at gmail 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).