public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug bootstrap/43596]  New: [4.5 regression] Failed to boostrap
@ 2010-03-31  4:36 hjl dot tools at gmail dot com
  2010-03-31  4:38 ` [Bug bootstrap/43596] " hjl dot tools at gmail dot com
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: hjl dot tools at gmail dot com @ 2010-03-31  4:36 UTC (permalink / raw)
  To: gcc-bugs

On Linux/ia64, revision 157842 gave:

 ../../../src-trunk/libgfortran/intrinsics/perror.c -o perror.o >/dev/null 2>&1
../../../src-trunk/boehm-gc/mark.c: In function 'GC_mark_from':
../../../src-trunk/boehm-gc/mark.c:808:1: internal compiler error: in
cselib_lookup_from_insn, at cselib.c:1696
Please submit a full bug report,
with preprocessed source if appropriate.
See <http://gcc.gnu.org/bugs.html> for instructions.
make[6]: *** [mark.lo] Error 1
make[6]: Leaving directory
`/export/gnu/import/svn/gcc-test/bld/ia64-unknown-linux-gnu/boehm-gc'

Revision 157825 is OK.


-- 
           Summary: [4.5 regression] Failed to boostrap
           Product: gcc
           Version: 4.5.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: bootstrap
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: hjl dot tools at gmail dot com
GCC target triplet: ia64-unknown-linux-gnu


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


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

* [Bug bootstrap/43596] [4.5 regression] Failed to boostrap
  2010-03-31  4:36 [Bug bootstrap/43596] New: [4.5 regression] Failed to boostrap hjl dot tools at gmail dot com
@ 2010-03-31  4:38 ` hjl dot tools at gmail dot com
  2010-03-31  9:16 ` rguenth at gcc dot gnu dot org
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: hjl dot tools at gmail dot com @ 2010-03-31  4:38 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #1 from hjl dot tools at gmail dot com  2010-03-31 04:38 -------
It may be caused by revision 157837:

http://gcc.gnu.org/ml/gcc-cvs/2010-03/msg00674.html


-- 

hjl dot tools at gmail dot com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jakub at redhat dot com


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


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

* [Bug bootstrap/43596] [4.5 regression] Failed to boostrap
  2010-03-31  4:36 [Bug bootstrap/43596] New: [4.5 regression] Failed to boostrap hjl dot tools at gmail dot com
  2010-03-31  4:38 ` [Bug bootstrap/43596] " hjl dot tools at gmail dot com
@ 2010-03-31  9:16 ` rguenth at gcc dot gnu dot org
  2010-03-31 13:06 ` jakub at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: rguenth at gcc dot gnu dot org @ 2010-03-31  9:16 UTC (permalink / raw)
  To: gcc-bugs



-- 

rguenth at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Priority|P3                          |P1
   Target Milestone|---                         |4.5.0


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


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

* [Bug bootstrap/43596] [4.5 regression] Failed to boostrap
  2010-03-31  4:36 [Bug bootstrap/43596] New: [4.5 regression] Failed to boostrap hjl dot tools at gmail dot com
  2010-03-31  4:38 ` [Bug bootstrap/43596] " hjl dot tools at gmail dot com
  2010-03-31  9:16 ` rguenth at gcc dot gnu dot org
@ 2010-03-31 13:06 ` jakub at gcc dot gnu dot org
  2010-03-31 15:27 ` jakub at gcc dot gnu dot org
  2010-03-31 15:47 ` jakub at gcc dot gnu dot org
  4 siblings, 0 replies; 6+ messages in thread
From: jakub at gcc dot gnu dot org @ 2010-03-31 13:06 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #2 from jakub at gcc dot gnu dot org  2010-03-31 13:06 -------
Created an attachment (id=20265)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=20265&action=view)
gcc45-pr43596.patch

Untested fix.


-- 

jakub at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         AssignedTo|unassigned at gcc dot gnu   |jakub at gcc dot gnu dot org
                   |dot org                     |
             Status|UNCONFIRMED                 |ASSIGNED


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


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

* [Bug bootstrap/43596] [4.5 regression] Failed to boostrap
  2010-03-31  4:36 [Bug bootstrap/43596] New: [4.5 regression] Failed to boostrap hjl dot tools at gmail dot com
                   ` (2 preceding siblings ...)
  2010-03-31 13:06 ` jakub at gcc dot gnu dot org
@ 2010-03-31 15:27 ` jakub at gcc dot gnu dot org
  2010-03-31 15:47 ` jakub at gcc dot gnu dot org
  4 siblings, 0 replies; 6+ messages in thread
From: jakub at gcc dot gnu dot org @ 2010-03-31 15:27 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #3 from jakub at gcc dot gnu dot org  2010-03-31 15:27 -------
Subject: Bug 43596

Author: jakub
Date: Wed Mar 31 15:26:57 2010
New Revision: 157869

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=157869
Log:
        PR bootstrap/43596
        * cselib.c (cselib_process_insn): Clear cselib_current_insn
        even before returning from label, setjmp call or volatile asm
        handling.

Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/cselib.c


-- 


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


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

* [Bug bootstrap/43596] [4.5 regression] Failed to boostrap
  2010-03-31  4:36 [Bug bootstrap/43596] New: [4.5 regression] Failed to boostrap hjl dot tools at gmail dot com
                   ` (3 preceding siblings ...)
  2010-03-31 15:27 ` jakub at gcc dot gnu dot org
@ 2010-03-31 15:47 ` jakub at gcc dot gnu dot org
  4 siblings, 0 replies; 6+ messages in thread
From: jakub at gcc dot gnu dot org @ 2010-03-31 15:47 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #4 from jakub at gcc dot gnu dot org  2010-03-31 15:47 -------
Hopefully fixed.


-- 

jakub at gcc dot gnu dot org changed:

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


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


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

end of thread, other threads:[~2010-03-31 15:47 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-03-31  4:36 [Bug bootstrap/43596] New: [4.5 regression] Failed to boostrap hjl dot tools at gmail dot com
2010-03-31  4:38 ` [Bug bootstrap/43596] " hjl dot tools at gmail dot com
2010-03-31  9:16 ` rguenth at gcc dot gnu dot org
2010-03-31 13:06 ` jakub at gcc dot gnu dot org
2010-03-31 15:27 ` jakub at gcc dot gnu dot org
2010-03-31 15:47 ` jakub 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).