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]

Re: [patch] Poison 5 target macros that have been hookized.


Kazu Hirata <kazu@cs.umass.edu> writes:

> Hi,
> 
> Attached is a patch to poison the following 5 target macros that have
> been hookized.
> 
>   PROMOTE_FUNCTION_RETURN
>   PROMOTE_PROTOTYPES
>   STRUCT_VALUE
>   STRUCT_VALUE_REGNUM
>   EXPAND_BUILTIN_SAVEREGS
> 
> Note that default_promote_function_return() and
> default_promote_prototypes() collapsed down to hook_bool_tree_false(),
> so I removed them.
> 
> Bootstrapped on i686-pc-linux-gnu.  OK to apply?

OK.

-- 
- Geoffrey Keating <geoffk@geoffk.org>


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