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] Reinstate old usage of TREE_STATIC on ADDR_EXPR


Well, it's not really about it being static, it's about some special
piece of information that you happen to store there.
As such, you really should be using a different name than TREE_STATIC,
even if that is what field you happen to reuse.

On Sat, May 24, 2008 at 11:34 AM, Eric Botcazou <ebotcazou@adacore.com> wrote:
>> Uh, could you at least use a different macro like TREE_NO_TRAMPOLINE
>> or something?
>
> What do you mean by "at least" here exactly? :-)  I certainly can change the
> name (this will require some additional change in Gigi) but for the rest...
>
> --
> Eric Botcazou
>


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