This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: [PATCH] Fix PR64044
- From: Andrew Haley <aph at redhat dot com>
- To: Richard Biener <rguenther at suse dot de>, gcc-patches at gcc dot gnu dot org
- Cc: java at gcc dot gnu dot org
- Date: Mon, 24 Nov 2014 12:46:12 +0000
- Subject: Re: [PATCH] Fix PR64044
- Authentication-results: sourceware.org; auth=none
- References: <alpine dot LSU dot 2 dot 11 dot 1411241324470 dot 374 at zhemvz dot fhfr dot qr>
On 11/24/2014 12:29 PM, Richard Biener wrote:
>
> The following fixes an issue I found when more aggressively
> constant-folding from static initializers. The Java frontend
> fails to provide an initializer for the classdollar field
> it creates but nevertheless marks them with TREE_READONLY
> whilst being static.
>
> Thus the following patch removes setting of TREE_READONLY.
>
> Bootstrap & regtest running on x86_64-unknown-linux-gnu.
>
> Ok?
OK, thanks.
Andrew.