public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug java/12211] New: create_tmp_var crash
@ 2003-09-08 16:54 fche at redhat dot com
  2003-09-08 17:04 ` [Bug java/12211] " pinskia at gcc dot gnu dot org
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: fche at redhat dot com @ 2003-09-08 16:54 UTC (permalink / raw)
  To: gcc-bugs

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


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

* [Bug java/12211] create_tmp_var crash
  2003-09-08 16:54 [Bug java/12211] New: create_tmp_var crash fche at redhat dot com
@ 2003-09-08 17:04 ` pinskia at gcc dot gnu dot org
  2003-10-01  3:47 ` [Bug java/12211] [tree-ssa] " pinskia at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2003-09-08 17:04 UTC (permalink / raw)
  To: gcc-bugs

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


pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |ice-on-valid-code
   Target Milestone|---                         |tree-ssa


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

* [Bug java/12211] [tree-ssa] create_tmp_var crash
  2003-09-08 16:54 [Bug java/12211] New: create_tmp_var crash fche at redhat dot com
  2003-09-08 17:04 ` [Bug java/12211] " pinskia at gcc dot gnu dot org
@ 2003-10-01  3:47 ` pinskia at gcc dot gnu dot org
  2003-10-09 16:25 ` fche at redhat dot com
  2003-10-10 17:18 ` fche at redhat dot com
  3 siblings, 0 replies; 5+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2003-10-01  3:47 UTC (permalink / raw)
  To: gcc-bugs

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


pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|create_tmp_var crash        |[tree-ssa] create_tmp_var
                   |                            |crash


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

* [Bug java/12211] [tree-ssa] create_tmp_var crash
  2003-09-08 16:54 [Bug java/12211] New: create_tmp_var crash fche at redhat dot com
  2003-09-08 17:04 ` [Bug java/12211] " pinskia at gcc dot gnu dot org
  2003-10-01  3:47 ` [Bug java/12211] [tree-ssa] " pinskia at gcc dot gnu dot org
@ 2003-10-09 16:25 ` fche at redhat dot com
  2003-10-10 17:18 ` fche at redhat dot com
  3 siblings, 0 replies; 5+ messages in thread
From: fche at redhat dot com @ 2003-10-09 16:25 UTC (permalink / raw)
  To: gcc-bugs

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


fche at redhat dot com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |ASSIGNED
     Ever Confirmed|                            |1
   Last reconfirmed|0000-00-00 00:00:00         |2003-10-09 16:25:23
               date|                            |


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

* [Bug java/12211] [tree-ssa] create_tmp_var crash
  2003-09-08 16:54 [Bug java/12211] New: create_tmp_var crash fche at redhat dot com
                   ` (2 preceding siblings ...)
  2003-10-09 16:25 ` fche at redhat dot com
@ 2003-10-10 17:18 ` fche at redhat dot com
  3 siblings, 0 replies; 5+ messages in thread
From: fche at redhat dot com @ 2003-10-10 17:18 UTC (permalink / raw)
  To: gcc-bugs

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


fche at redhat dot com changed:

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


------- Additional Comments From fche at redhat dot com  2003-10-10 17:18 -------
Fixed with a patch to gimplify.c, approved by jason.


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

end of thread, other threads:[~2003-10-10 17:18 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-09-08 16:54 [Bug java/12211] New: create_tmp_var crash fche at redhat dot com
2003-09-08 17:04 ` [Bug java/12211] " pinskia at gcc dot gnu dot org
2003-10-01  3:47 ` [Bug java/12211] [tree-ssa] " pinskia at gcc dot gnu dot org
2003-10-09 16:25 ` fche at redhat dot com
2003-10-10 17:18 ` fche at redhat dot com

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).