This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC 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]

Java: Fix PR 15715 - Interface access flags


Bryce McKinlay writes:
 > 
 > 2004-06-26  Bryce McKinlay  <mckinlay@redhat.com>
 > 
 > 	PR java/15715.
 > 	* parse.y (create_interface): Set correct access modifiers for
 > 	interfaces.
 > 	* jcf-write.c (get_classfile_modifiers): New function.
 > 	(generate_classfile): Use get_classfile_modifiers, not 
 > 	get_access_flags.

OK, thanks.

Andrew.


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