public inbox for java-prs@sourceware.org
help / color / mirror / Atom feed
* [Bug java/20398] New: ICE compiling mauve's gnu/testlet/java/io/RandomAccessFile/jdk11.java
@ 2005-03-10  1:29 daney at gcc dot gnu dot org
  2005-03-27 12:52 ` [Bug tree-optimization/20398] " pinskia at gcc dot gnu dot org
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: daney at gcc dot gnu dot org @ 2005-03-10  1:29 UTC (permalink / raw)
  To: java-prs

Configured with: ../gcccvsmain/gcc/configure --prefix=/usr/local/test
--enable-languages=c,c++,java

Running on FC3

$ cat mauve-libjava
JDK1.0
JDK1.1
!java.beans

$ make KEYS=libjava check

results in:
.
.
.
CLASSPATH=.:. gcj -fassume-compiled -g -O2 -c -o
gnu/testlet/java/io/RandomAccessFile/jdk11.o
gnu/testlet/java/io/RandomAccessFile/jdk11.java
gnu/testlet/java/io/RandomAccessFile/jdk11.java: In class
'gnu.testlet.java.io.RandomAccessFile.jdk11':
gnu/testlet/java/io/RandomAccessFile/jdk11.java: In method
'gnu.testlet.java.io.RandomAccessFile.jdk11.test(gnu.testlet.TestHarness)':
gnu/testlet/java/io/RandomAccessFile/jdk11.java:37: internal compiler error:
Segmentation fault
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://gcc.gnu.org/bugs.html> for instructions.
make[1]: *** [gnu/testlet/java/io/RandomAccessFile/jdk11.o] Error 1
make[1]: Leaving directory `/home/daney/gcccvs4/mauve'
make: *** [check-am] Error 2

-- 
           Summary: ICE compiling mauve's
                    gnu/testlet/java/io/RandomAccessFile/jdk11.java
           Product: gcc
           Version: 4.1.0
            Status: UNCONFIRMED
          Keywords: ice-on-valid-code
          Severity: normal
          Priority: P2
         Component: java
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: daney at gcc dot gnu dot org
                CC: gcc-bugs at gcc dot gnu dot org,java-prs 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=20398


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

* [Bug tree-optimization/20398] ICE compiling mauve's gnu/testlet/java/io/RandomAccessFile/jdk11.java
  2005-03-10  1:29 [Bug java/20398] New: ICE compiling mauve's gnu/testlet/java/io/RandomAccessFile/jdk11.java daney at gcc dot gnu dot org
@ 2005-03-27 12:52 ` pinskia at gcc dot gnu dot org
  2005-07-23  4:38 ` pinskia at gcc dot gnu dot org
  2005-07-25 21:08 ` daney at gcc dot gnu dot org
  2 siblings, 0 replies; 4+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-03-27 12:52 UTC (permalink / raw)
  To: java-prs


------- Additional Comments From pinskia at gcc dot gnu dot org  2005-03-25 01:11 -------
Via Tom Tromey, I found this is a tree optimization bug.  I am look into fixing this.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |pinskia at gcc dot gnu dot
                   |                            |org
          Component|java                        |tree-optimization


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


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

* [Bug tree-optimization/20398] ICE compiling mauve's gnu/testlet/java/io/RandomAccessFile/jdk11.java
  2005-03-10  1:29 [Bug java/20398] New: ICE compiling mauve's gnu/testlet/java/io/RandomAccessFile/jdk11.java daney at gcc dot gnu dot org
  2005-03-27 12:52 ` [Bug tree-optimization/20398] " pinskia at gcc dot gnu dot org
@ 2005-07-23  4:38 ` pinskia at gcc dot gnu dot org
  2005-07-25 21:08 ` daney at gcc dot gnu dot org
  2 siblings, 0 replies; 4+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-07-23  4:38 UTC (permalink / raw)
  To: java-prs


------- Additional Comments From pinskia at gcc dot gnu dot org  2005-07-23 04:38 -------
Does this work on the mainline now?
If not could you attach the backtrace as I forgot it now?

-- 


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


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

* [Bug tree-optimization/20398] ICE compiling mauve's gnu/testlet/java/io/RandomAccessFile/jdk11.java
  2005-03-10  1:29 [Bug java/20398] New: ICE compiling mauve's gnu/testlet/java/io/RandomAccessFile/jdk11.java daney at gcc dot gnu dot org
  2005-03-27 12:52 ` [Bug tree-optimization/20398] " pinskia at gcc dot gnu dot org
  2005-07-23  4:38 ` pinskia at gcc dot gnu dot org
@ 2005-07-25 21:08 ` daney at gcc dot gnu dot org
  2 siblings, 0 replies; 4+ messages in thread
From: daney at gcc dot gnu dot org @ 2005-07-25 21:08 UTC (permalink / raw)
  To: java-prs


------- Additional Comments From daney at gcc dot gnu dot org  2005-07-25 21:08 -------
This version of gcc seems to work:

$ gcc --version
gcc (GCC) 4.1.0 20050725 (experimental)

So it looks like someone fixed the problem.

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


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


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

end of thread, other threads:[~2005-07-25 21:08 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-03-10  1:29 [Bug java/20398] New: ICE compiling mauve's gnu/testlet/java/io/RandomAccessFile/jdk11.java daney at gcc dot gnu dot org
2005-03-27 12:52 ` [Bug tree-optimization/20398] " pinskia at gcc dot gnu dot org
2005-07-23  4:38 ` pinskia at gcc dot gnu dot org
2005-07-25 21:08 ` daney 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).