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]

Re: Follow-up to target patch


On Tue, 26 Jun 2001, Neil Booth wrote:

> 	* system.h (TARGET_ESC): Move to ...
> 	* defaults.h (TARGET_ESC): ... here.
> 	* target-def.h (TARGET_VALID_DECL_ATTRIBUTE,
> 	TARGET_VALID_TYPE_ATTRIBUTE): Default to a no-op handler.
> 	* tree.c (default_valid_attribute_p): New.
> 	(valid_machine_attribute): Handlers can not be NULL.
> 	* tree.h (default_valid_attribute_p): New.
> 	* doc/tm.texi: Document TARGET_ESC.
> 	* cp/decl2.c (import_export_class): Update.

You don't seem to have checked in the target-def.h part of the patch.  
This causes some test failures on x86 because some entries in the target
structure are still NULL when the code no longer allows for this.

-- 
Joseph S. Myers
jsm28@cam.ac.uk


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