This is the mail archive of the java-prs@sourceware.cygnus.com 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]

Re: gcj/56


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

From: Bryce McKinlay <bryce@albatross.co.nz>
To: apbianco@cygnus.com
Cc: java-gnats@sourceware.cygnus.com
Subject: Re: gcj/56
Date: Fri, 22 Oct 1999 12:07:55 +1300

 apbianco@cygnus.com wrote:
 
 >  Synopsis: jc1 segfaults on assignment combined with method call or field access
 >
 >  State-Changed-From-To: open->feedback
 >  State-Changed-By: apbianco
 >  State-Changed-When: Thu Oct 21 03:59:11 1999
 >  State-Changed-Why:
 >      Here's a patch you should try. Let me know how it works for
 >      you. I'm still testing the non regressions, and I will
 >      refine the patch.
 
 This patch doesn't work for me. jc1 no longer segfaults, but an error is
 incorrectly reported for my test case:
 
 Bar.java: In class `Bar':
 Bar.java: In method `bar()':
 Bar.java:9: Variable `a' may not have been initialized.
     c = (a = b).someint;
 ^
 1 error
 
 regards
 
   [ bryce ]

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