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] add type of operand for REAL_CST to comment


On Sat, Feb 6, 2010 at 11:39 PM, Gabriel Dos Reis <dosreis@gmail.com> wrote:
> On Sat, Feb 6, 2010 at 2:39 PM, Jerry Quinn <jlquinn@optonline.net> wrote:
>> OK for trunk? ?I'm assuming even stuff like this should be OK'd when the
>> trunk is locked down.
>
> Doesn't the ?type depend on the front-end?

No, but other tree codes also do not have the type of the field documented
in tree.def.  The documentation usually resides in tree.h alongside the
accessor macro (and indeed it is there in the REAL_CST case).

Richard.


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