Re: [PATCH] java: Use build_qualified_type instead of build_type_variant.

2014-07-09 Thread Richard Biener
On Tue, Jul 8, 2014 at 10:12 PM, Mark Wielaard m...@redhat.com wrote: The java frontend is one of the only places where build_type_variant is still used. New code should use build_qualified_type. See gcc/tree.h. Build and tested on x86_64-unknown-linux-gnu. Ok. Can build_type_variant be

Re: [PATCH] java: Use build_qualified_type instead of build_type_variant.

2014-07-09 Thread Mark Wielaard
On Wed, 2014-07-09 at 12:23 +0200, Richard Biener wrote: On Tue, Jul 8, 2014 at 10:12 PM, Mark Wielaard m...@redhat.com wrote: The java frontend is one of the only places where build_type_variant is still used. New code should use build_qualified_type. See gcc/tree.h. Build and tested on

[PATCH] java: Use build_qualified_type instead of build_type_variant.

2014-07-08 Thread Mark Wielaard
The java frontend is one of the only places where build_type_variant is still used. New code should use build_qualified_type. See gcc/tree.h. Build and tested on x86_64-unknown-linux-gnu. gcc/java/ChangeLog * builtins.c (putVolatile_builtin): Use build_qualified_type instead of