public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug middle-end/41352]  New: [4..4 Regression] Revision 151676 failed to bootstrap
@ 2009-09-13 22:55 hjl dot tools at gmail dot com
  2009-09-14  5:10 ` [Bug middle-end/41352] " 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 @ 2009-09-13 22:55 UTC (permalink / raw)
  To: gcc-bugs

On Linux/x86-64, revision 151676 caused:

In class 'gnu.java.security.hash.Tiger':
In method 'gnu.java.security.hash.Tiger.<clinit>()':
Segmentation fault
Please submit a full bug report,
with preprocessed source if appropriate.
See <http://gcc.gnu.org/bugs.html> for instructions.
make[6]: *** [gnu/java/security/hash.lo] Error 1


-- 
           Summary: [4..4 Regression] Revision 151676 failed to bootstrap
           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=41352


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

* [Bug middle-end/41352] [4..4 Regression] Revision 151676 failed to bootstrap
  2009-09-13 22:55 [Bug middle-end/41352] New: [4..4 Regression] Revision 151676 failed to bootstrap hjl dot tools at gmail dot com
@ 2009-09-14  5:10 ` hjl dot tools at gmail dot com
  2009-09-14  9:41 ` [Bug middle-end/41352] [4.5 " 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 @ 2009-09-14  5:10 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #1 from hjl dot tools at gmail dot com  2009-09-14 05:09 -------
On Linux/ia64, I got

../../../../src-trunk/libstdc++-v3/libsupc++/eh_alloc.cc: In function '(static
initializers for ../../../../src-trunk/libstdc++-v3/libsupc++/eh_alloc.cc)':
../../../../src-trunk/libstdc++-v3/libsupc++/eh_alloc.cc:220:1: sorry,
unimplemented: Multiple EH personalities are supported only with assemblers
supporting .cfi.personality directive.
make[7]: *** [eh_alloc.lo] Error 1


-- 


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


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

* [Bug middle-end/41352] [4.5 Regression] Revision 151676 failed to bootstrap
  2009-09-13 22:55 [Bug middle-end/41352] New: [4..4 Regression] Revision 151676 failed to bootstrap hjl dot tools at gmail dot com
  2009-09-14  5:10 ` [Bug middle-end/41352] " hjl dot tools at gmail dot com
@ 2009-09-14  9:41 ` rguenth at gcc dot gnu dot org
  2009-09-14  9:41 ` rguenth 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 @ 2009-09-14  9:41 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=41352


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

* [Bug middle-end/41352] [4.5 Regression] Revision 151676 failed to bootstrap
  2009-09-13 22:55 [Bug middle-end/41352] New: [4..4 Regression] Revision 151676 failed to bootstrap hjl dot tools at gmail dot com
  2009-09-14  5:10 ` [Bug middle-end/41352] " hjl dot tools at gmail dot com
  2009-09-14  9:41 ` [Bug middle-end/41352] [4.5 " rguenth at gcc dot gnu dot org
@ 2009-09-14  9:41 ` rguenth at gcc dot gnu dot org
  2009-09-14 13:47 ` hjl dot tools at gmail dot com
  2009-09-20 20:57 ` pinskia at gcc dot gnu dot org
  4 siblings, 0 replies; 6+ messages in thread
From: rguenth at gcc dot gnu dot org @ 2009-09-14  9:41 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #2 from rguenth at gcc dot gnu dot org  2009-09-14 09:40 -------
The problem in comment #1 should be fixed now (dup of PR41350).  Can you check
what build dependencies you have installed to trigger the ICE in the original
description?  I certainly cannot reproduce it on my hosts.


-- 


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


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

* [Bug middle-end/41352] [4.5 Regression] Revision 151676 failed to bootstrap
  2009-09-13 22:55 [Bug middle-end/41352] New: [4..4 Regression] Revision 151676 failed to bootstrap hjl dot tools at gmail dot com
                   ` (2 preceding siblings ...)
  2009-09-14  9:41 ` rguenth at gcc dot gnu dot org
@ 2009-09-14 13:47 ` hjl dot tools at gmail dot com
  2009-09-20 20:57 ` pinskia at gcc dot gnu dot org
  4 siblings, 0 replies; 6+ messages in thread
From: hjl dot tools at gmail dot com @ 2009-09-14 13:47 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #3 from hjl dot tools at gmail dot com  2009-09-14 13:47 -------
Revision 151681 is OK.


-- 

hjl dot tools at gmail dot com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |FIXED
   Target Milestone|4.5.0                       |---


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


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

* [Bug middle-end/41352] [4.5 Regression] Revision 151676 failed to bootstrap
  2009-09-13 22:55 [Bug middle-end/41352] New: [4..4 Regression] Revision 151676 failed to bootstrap hjl dot tools at gmail dot com
                   ` (3 preceding siblings ...)
  2009-09-14 13:47 ` hjl dot tools at gmail dot com
@ 2009-09-20 20:57 ` pinskia at gcc dot gnu dot org
  4 siblings, 0 replies; 6+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2009-09-20 20:57 UTC (permalink / raw)
  To: gcc-bugs



-- 

pinskia at gcc dot gnu dot org changed:

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


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


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

end of thread, other threads:[~2009-09-20 20:57 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-09-13 22:55 [Bug middle-end/41352] New: [4..4 Regression] Revision 151676 failed to bootstrap hjl dot tools at gmail dot com
2009-09-14  5:10 ` [Bug middle-end/41352] " hjl dot tools at gmail dot com
2009-09-14  9:41 ` [Bug middle-end/41352] [4.5 " rguenth at gcc dot gnu dot org
2009-09-14  9:41 ` rguenth at gcc dot gnu dot org
2009-09-14 13:47 ` hjl dot tools at gmail dot com
2009-09-20 20:57 ` 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).