public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug target/23696] New: [4.1 Regression] ICE in verify_flow_info
@ 2005-09-02 14:28 kkojima at gcc dot gnu dot org
  2005-09-02 14:30 ` [Bug target/23696] " pinskia at gcc dot gnu dot org
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: kkojima at gcc dot gnu dot org @ 2005-09-02 14:28 UTC (permalink / raw)
  To: gcc-bugs

sh4-unknown-linux-gnu build fails during libjave build with:

/exp/ldroot/dodes/xsh-gcc/./gcc/xgcc -shared-libgcc
-B/exp/ldroot/dodes/xsh-gcc/./gcc -nostdinc++
-L/exp/ldroot/dodes/xsh-gcc/sh4-unknown-linux-gnu/libstdc++-v3/src
-L/exp/ldroot/dodes/xsh-gcc/sh4-unknown-linux-gnu/libstdc++-v3/src/.libs
-B/usr/local/sh4-unknown-linux-gnu/bin/ -B/usr/local/sh4-unknown-linux-gnu/lib/
-isystem /usr/local/sh4-unknown-linux-gnu/include -isystem
/usr/local/sh4-unknown-linux-gnu/sys-include -DHAVE_CONFIG_H -I.
-I../../../LOCAL/gcc/libjava -I./include -I./gcj -I../../../LOCAL/gcc/libjava
-Iinclude -I../../../LOCAL/gcc/libjava/include
-I../../../LOCAL/gcc/libjava/classpath/include
-I../../../LOCAL/gcc/libjava/classpath/native/fdlibm
-I../../../LOCAL/gcc/libjava/../boehm-gc/include -I../boehm-gc/include
-I../../../LOCAL/gcc/libjava/libltdl -I../../../LOCAL/gcc/libjava/libltdl
-I../../../LOCAL/gcc/libjava/.././libjava/../gcc
-I../../../LOCAL/gcc/libjava/../zlib
-I../../../LOCAL/gcc/libjava/../libffi/include -I../libffi/include -fno-rtti
-fnon-call-exceptions -fdollars-in-identifiers -Wswitch-enum
-D_FILE_OFFSET_BITS=64 -mieee -I/usr/X11R6/include -Wextra -Wall -D_GNU_SOURCE
-DPREFIX=\"/usr/local\" -DLIBDIR=\"/usr/local/lib\" -DJAVA_HOME=\"/usr/local\"
-DBOOT_CLASS_PATH=\"/usr/local/share/java/libgcj-4.1.0.jar\"
-DJAVA_EXT_DIRS=\"/usr/local/share/java/ext\"
-DGCJ_ENDORSED_DIRS=\"/usr/local/share/java/gcj-endorsed\"
-DLIBGCJ_DEFAULT_DATABASE=\"/usr/local/lib/gcj-4.1.0/classmap.db\"
-DLIBGCJ_DEFAULT_DATABASE_PATH_TAIL=\"gcj-4.1.0/classmap.db\"
-DTOOLEXECLIBDIR=\"/usr/local/sh4-unknown-linux-gnu/lib\" -g -O2 -D_GNU_SOURCE
-MT prims.lo -MD -MP -MF .deps/prims.Tpo -c ../../../LOCAL/gcc/libjava/prims.cc
 -fPIC -DPIC -o .libs/prims.o
In file included from ../../../LOCAL/gcc/libjava/prims.cc:26:
../../../LOCAL/gcc/libjava/prims.cc:375: error: missing REG_EH_REGION note in
the end of bb 2
../../../LOCAL/gcc/libjava/prims.cc:375: internal compiler error:
verify_flow_info failed

-- 
           Summary: [4.1 Regression] ICE in verify_flow_info
           Product: gcc
           Version: 4.1.0
            Status: UNCONFIRMED
          Keywords: ice-on-valid-code, build
          Severity: normal
          Priority: P2
         Component: target
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: kkojima at gcc dot gnu dot org
                CC: gcc-bugs at gcc dot gnu dot org
 GCC build triplet: i686-pc-linux-gnu
  GCC host triplet: i686-pc-linux-gnu
GCC target triplet: sh4-unknown-linux-gnu


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


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

* [Bug target/23696] [4.1 Regression] ICE in verify_flow_info
  2005-09-02 14:28 [Bug target/23696] New: [4.1 Regression] ICE in verify_flow_info kkojima at gcc dot gnu dot org
@ 2005-09-02 14:30 ` pinskia at gcc dot gnu dot org
  2005-09-02 14:30 ` kkojima at gcc dot gnu dot org
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-09-02 14:30 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2005-09-02 14:30 -------
Was this before or after:
2005-09-01  Richard Henderson  <rth@redhat.com>
        
        PR 23676
        * reload1.c (reload_as_needed): Check !CALL_P before calling
        fixup_eh_region_note.
        * rtlanal.c (may_trap_p): SUBREG by itself cannot trap.


?

-- 


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


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

* [Bug target/23696] [4.1 Regression] ICE in verify_flow_info
  2005-09-02 14:28 [Bug target/23696] New: [4.1 Regression] ICE in verify_flow_info kkojima at gcc dot gnu dot org
  2005-09-02 14:30 ` [Bug target/23696] " pinskia at gcc dot gnu dot org
@ 2005-09-02 14:30 ` kkojima at gcc dot gnu dot org
  2005-09-02 14:34 ` kkojima at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: kkojima at gcc dot gnu dot org @ 2005-09-02 14:30 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From kkojima at gcc dot gnu dot org  2005-09-02 14:30 -------
Created an attachment (id=9650)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=9650&action=view)
a reduced preprocessed file

The attached is a reduced preprocessed file.

-- 


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


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

* [Bug target/23696] [4.1 Regression] ICE in verify_flow_info
  2005-09-02 14:28 [Bug target/23696] New: [4.1 Regression] ICE in verify_flow_info kkojima at gcc dot gnu dot org
  2005-09-02 14:30 ` [Bug target/23696] " pinskia at gcc dot gnu dot org
  2005-09-02 14:30 ` kkojima at gcc dot gnu dot org
@ 2005-09-02 14:34 ` kkojima at gcc dot gnu dot org
  2005-09-02 14:56 ` kkojima at gcc dot gnu dot org
  2005-09-02 15:54 ` pinskia at gcc dot gnu dot org
  4 siblings, 0 replies; 6+ messages in thread
From: kkojima at gcc dot gnu dot org @ 2005-09-02 14:34 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From kkojima at gcc dot gnu dot org  2005-09-02 14:34 -------
> Was this before or after:

Oh, I've missed it.  I'll try it and report the result.


-- 


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


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

* [Bug target/23696] [4.1 Regression] ICE in verify_flow_info
  2005-09-02 14:28 [Bug target/23696] New: [4.1 Regression] ICE in verify_flow_info kkojima at gcc dot gnu dot org
                   ` (2 preceding siblings ...)
  2005-09-02 14:34 ` kkojima at gcc dot gnu dot org
@ 2005-09-02 14:56 ` kkojima at gcc dot gnu dot org
  2005-09-02 15:54 ` pinskia at gcc dot gnu dot org
  4 siblings, 0 replies; 6+ messages in thread
From: kkojima at gcc dot gnu dot org @ 2005-09-02 14:56 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From kkojima at gcc dot gnu dot org  2005-09-02 14:55 -------
I've confirmed that this is a duplicate of PR 23676.


-- 


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


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

* [Bug target/23696] [4.1 Regression] ICE in verify_flow_info
  2005-09-02 14:28 [Bug target/23696] New: [4.1 Regression] ICE in verify_flow_info kkojima at gcc dot gnu dot org
                   ` (3 preceding siblings ...)
  2005-09-02 14:56 ` kkojima at gcc dot gnu dot org
@ 2005-09-02 15:54 ` pinskia at gcc dot gnu dot org
  4 siblings, 0 replies; 6+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-09-02 15:54 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2005-09-02 15:53 -------


*** This bug has been marked as a duplicate of 23676 ***

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


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


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

end of thread, other threads:[~2005-09-02 15:54 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-09-02 14:28 [Bug target/23696] New: [4.1 Regression] ICE in verify_flow_info kkojima at gcc dot gnu dot org
2005-09-02 14:30 ` [Bug target/23696] " pinskia at gcc dot gnu dot org
2005-09-02 14:30 ` kkojima at gcc dot gnu dot org
2005-09-02 14:34 ` kkojima at gcc dot gnu dot org
2005-09-02 14:56 ` kkojima at gcc dot gnu dot org
2005-09-02 15:54 ` 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).