This is the mail archive of the
java-patches@gcc.gnu.org
mailing list for the Java project.
Re: [gcjx] Patch: Avoid segfaulting on not finding a JAR in the CLASSPATH
- From: Tom Tromey <tromey at redhat dot com>
- To: Ranjit Mathew <rmathew at gmail dot com>
- Cc: java-patches at gcc dot gnu dot org
- Date: 10 Sep 2005 17:38:44 -0600
- Subject: Re: [gcjx] Patch: Avoid segfaulting on not finding a JAR in the CLASSPATH
- References: <dfuql6$ul2$1@sea.gmane.org>
- Reply-to: tromey at redhat dot com
>>>>> "Ranjit" == Ranjit Mathew <rmathew@gmail.com> writes:
Ranjit> Index: ChangeLog
Ranjit> from Ranjit Mathew <rmathew@gcc.gnu.org>
Ranjit> * driver.cc (gcjx::post_options): Set global compiler before
Ranjit> processing elements in CLASSPATH to avoid segfaulting on diagnostics.
Looks good, thanks!
Tom