This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: bug 18212 closed too early (by me) ?
- From: Ranjit Mathew <rmathew at gmail dot com>
- To: Bojan Antonovic <bojan at antonovic dot com>
- Cc: java at gcc dot gnu dot org
- Date: Wed, 9 Mar 2005 14:53:47 +0530
- Subject: Re: bug 18212 closed too early (by me) ?
- References: <422C9838.6040604@antonovic.com> <422D8438.9060604@gmail.com> <422DD54C.6050907@antonovic.com>
- Reply-to: Ranjit Mathew <rmathew at gmail dot com>
> Can you reproduce it with only the files of SMOOD.jar?
> See in PR 18212.
No, I don't get an ICE with just SMOOD.jar. Witness:
--------------------------- 8< ---------------------------
~/src/tmp/PR18212 > $MYGCJ --version
gcj (GCC) 4.1.0 20050309 (experimental)
Copyright (C) 2005 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
~/src/tmp/PR18212 > $MYGCJ --main=smood.Main SMOOD.jar
~/src/tmp/PR18212 > ./a.out
solver for SMOOD problems
(c) by Bojan Antonovic
milestone 114.d
[0] k-SAT
[1] k-COLORING
[2] CLIQUE
[3] IS (independet set)
[4] linear equality (Ax=b)
[5] (compressed) linear inequality (Ax<=b)
[6] LOTZ (leading ones, trailing zeros
[7] LP/linear program (min/max f(x) subject to Ax<=b)
[8] PISA problem (defined by a PISA variator)
problem:
--------------------------- 8< ---------------------------
> Is there a way to find out what files were already processed when the ICE
> occured ?
The ICE report normally prints the file that the
compiler was processing when the error
occurred. For example, in Tom's case (in the PR),
the ICE happened while processing
"java/security/SecureRandom.java".
Ranjit.
--
Ranjit Mathew Email: rmathew AT gmail DOT com
Bangalore, INDIA. Web: http://ranjitmathew.hostingzero.com/