This is the mail archive of the gcc-prs@gcc.gnu.org mailing list for the GCC project.


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

Re: java/1904


The following reply was made to PR java/1904; it has been noted by GNATS.

From: bryce@gcc.gnu.org
To: apbianco@gcc.gnu.org, gcc-gnats@gcc.gnu.org, paul@dawa.demon.co.uk
Cc:  
Subject: Re: java/1904
Date: 3 Mar 2001 06:29:49 -0000

 Synopsis: attempt to access fields in java.lang.Object segfault the compiler
 
 State-Changed-From-To: open->closed
 State-Changed-By: bryce
 State-Changed-When: Fri Mar  2 22:29:49 2001
 State-Changed-Why:
     This is fixed in the gcc 3.0 branch. GCJ now reports a 
     correct error message for your test case:
     
     $ gcj -c Test.java 
     Test.java: In class `Test':
     Test.java: In method `Test.foo()':
     Test.java:5: No variable `foo' defined in type `java.lang.Object'.
                           obj.foo = 1;
                              ^
     1 error
     
     Thank you for your bug report.
 
 http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view&pr=1904&database=gcc


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