This is the mail archive of the java-patches@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: Patch: enable -fcheck-references for specific targets


>>>>> "Anthony" == Anthony Green <green@redhat.com> writes:

Anthony> On Fri, 2002-03-22 at 10:10, Tom Tromey wrote:
>> I thought -fcheck-references introduced bootstrap failures right now.

Anthony> No.  At least not for xscale-elf, which is the only platform it gets
Anthony> enabled for.

Ok.  Check it all in then.

Try this on xscale-elf:

    public class z
    {
      private final int x;
      public z (int x)
      {
	this.x = x;
      }
    }

Make sure to compile with -fcheck-references.
This fails on x86 Linux (and other platforms by reports I've seen)
with that flag.

Tom


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