gcj/86
Anthony Green
green@cygnus.com
Sun Apr 23 10:00:00 GMT 2000
The following reply was made to PR gcj/86; it has been noted by GNATS.
From: Anthony Green <green@cygnus.com>
To: java-gnats@sourceware.cygnus.com, apbianco@cygnus.com,
bryce@albatross.co.nz
Cc:
Subject: Re: gcj/86
Date: Sun, 23 Apr 2000 09:58:14 -0700
I find that it works very nicely at -O2 now, especially with the
following patch - which I believe is required when you compile with
-pg.
Index: gcc/java/check-init.c
===================================================================
RCS file: /cvs/gcc/egcs/gcc/java/check-init.c,v
retrieving revision 1.21
diff -c -r1.21 check-init.c
*** check-init.c 2000/03/14 20:54:55 1.21
--- check-init.c 2000/04/23 16:55:10
***************
*** 611,616 ****
--- 611,617 ----
case BIT_NOT_EXPR:
case CONVERT_EXPR:
case COMPONENT_REF:
+ case BIT_FIELD_REF:
case NOP_EXPR:
case FLOAT_EXPR:
case FIX_TRUNC_EXPR:
http://sourceware.cygnus.com/cgi-bin/gnatsweb.pl?cmd=view&pr=86&database=java
--
Anthony Green Red Hat
Sunnyvale, California
More information about the Java-prs
mailing list