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 java/12211] New: create_tmp_var crash


PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

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

           Summary: create_tmp_var crash
           Product: gcc
           Version: tree-ssa
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: java
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: fche at redhat dot com
                CC: gcc-bugs at gcc dot gnu dot org
  GCC host triplet: i686-pc-linux-gnu

Check out RHUG from sources.redhat.com/rhug.
Configure using gcj from tree-ssa branch.
In BUILD/jython, run make and eventually observe:

% gcj --version
gcj (GCC) 3.5-tree-ssa 20030908 (merged 20030817)

% gcj -fno-assert --encoding=8859_1 -fassume-compiled
--classpath=/home/fche/DEVEL-sourceware/rhug/jython/upstream/src:/home/fche/DEVEL-sourceware/rhug/jython/../gnu.readline/upstream/src:/home/fche/DEVEL-sourceware/rhug/jython/../jakarta-servletapi/upstream/src/share:/home/fche/DEVEL-sourceware/rhug/jython/../jakarta-oro/upstream/src/java
-O2 -g -O2 -c
/home/fche/DEVEL-sourceware/rhug/jython/upstream/src/org/python/util/jython.java
-MT upstream/src/org/python/util/jython.lo -MD -MP -MF
.deps/upstream/src/org/python/util/jython.TPlo  -fPIC -o
upstream/src/org/python/util/.libs/jython.o
/home/fche/DEVEL-sourceware/rhug/jython/upstream/src/org/python/util/jython.java:328:
internal compiler error: in create_tmp_var, at gimplify.c:2354


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