This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug bootstrap/17330] New: ICE: verify_ssa failed during c++ code build in libjava


I believe this regression was introduced in the last 30 hours or so.

/home/green/build/gcj/gcc/xgcc -shared-libgcc -B/home/green/build/gcj/gcc/
-nostdinc++ -L/home/green/build/gcj/i686-pc-linux-gnu/libstdc++-v3/src
-L/home/green/build/gcj/i686-pc-linux-gnu/libstdc++-v3/src/.libs
-B/home/green/install/jhbuild-inst/i686-pc-linux-gnu/bin/
-B/home/green/install/jhbuild-inst/i686-pc-linux-gnu/lib/ -isystem
/home/green/install/jhbuild-inst/i686-pc-linux-gnu/include -isystem
/home/green/install/jhbuild-inst/i686-pc-linux-gnu/sys-include -DHAVE_CONFIG_H
-I. -I/home/green/sources/jhbuild-src/gcc/libjava -I./include -I./gcj
-I/home/green/sources/jhbuild-src/gcc/libjava -Iinclude
-I/home/green/sources/jhbuild-src/gcc/libjava/include
-I/home/green/sources/jhbuild-src/gcc/libjava/../boehm-gc/include
-I../boehm-gc/include -I/home/green/sources/jhbuild-src/gcc/libjava/libltdl
-I/home/green/sources/jhbuild-src/gcc/libjava/libltdl
-I/home/green/sources/jhbuild-src/gcc/libjava/.././libjava/../gcc
-I/home/green/sources/jhbuild-src/gcc/libjava/../zlib
-I/home/green/sources/jhbuild-src/gcc/libjava/../libffi/include
-I../libffi/include -O2 -g -O2 -fno-rtti -fnon-call-exceptions
-fdollars-in-identifiers -Wswitch-enum -D_FILE_OFFSET_BITS=64 -ffloat-store
-fno-omit-frame-pointer -I/usr/X11R6/include -Wextra -Wall -D_GNU_SOURCE
-DPREFIX=\"/home/green/install/jhbuild-inst\"
-DLIBDIR=\"/home/green/install/jhbuild-inst/lib\"
-DBOOT_CLASS_PATH=\"/home/green/install/jhbuild-inst/share/java/libgcj-3.5.0.jar\"
-DJAVA_EXT_DIRS=\"/home/green/install/jhbuild-inst/share/java/ext\" -g -O2
-D_GNU_SOURCE -MT java/io/natFile.lo -MD -MP -MF java/io/.deps/natFile.Tpo -c
java/io/natFile.cc  -fPIC -DPIC -o java/io/.libs/natFile.o
java/io/natFile.cc: In member function `virtual java::lang::String*
java::io::File::getCanonicalPath()':
java/io/natFile.cc:106: error: Definition in block 34 does not dominate use in
block 9
for SSA_NAME: T.1720<D13005>_164
in statement:
T.1732<D13017>_179 = buf<D12334>_27 + T.1720<D13005>_164;
 
java/io/natFile.cc:106: internal compiler error: verify_ssa failed.
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://gcc.gnu.org/bugs.html> for instructions.

-- 
           Summary: ICE: verify_ssa failed during c++ code build in libjava
           Product: gcc
           Version: 3.5.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: bootstrap
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: green at redhat dot com
                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: i686-pc-linux-gnu


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]