bug 18212 closed too early (by me) ?
Ranjit Mathew
rmathew@gmail.com
Wed Mar 9 09:24:00 GMT 2005
> 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/
More information about the Java
mailing list