This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: RFH: ICE on valid code...
- From: Ranjit Mathew <rmathew at gmail dot com>
- To: David Daney <ddaney at avtrex dot com>
- Cc: GCJ <java at gcc dot gnu dot org>
- Date: Fri, 10 Sep 2004 11:47:21 +0530
- Subject: Re: RFH: ICE on valid code...
- References: <41409F77.9020402@avtrex.com>
David Daney wrote:
> Would a guru mind taking a look at:
>
> http://gcc.gnu.org/bugzilla/show_bug.cgi?id=17380
>
> It has stopped my libgcj hacking.
It would be nice if you can provide a backtrace
too - who knows, maybe you can debug it yourself
too. ;-)
Get a recent GDB (6.2 or 6.2.1) and use "debugx"
from:
http://gcc.gnu.org/ml/gcc/2004-03/msg01195.html
to run your testcase like so:
debugx jc1 gcj <rest-of-the-command-line>
Inside GDB, "run" and then "bt" when you get the
ICE - you know the drill...
(This assumes that you've compiled GCC yourself
and have the sources lying around.)
HTH,
Ranjit.
--
Ranjit Mathew Email: rmathew AT gmail DOT com
Bangalore, INDIA. Web: http://ranjitmathew.tripod.com/