This is the mail archive of the java@gcc.gnu.org mailing list for the Java 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]

Re: bug 18212 closed too early (by me) ?


> 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/


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