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 4:48 PM, Richard Guenther
<richard.guenther@gmail.com> wrote:
> 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).

Sorry, I think there was a mismatch of vocabulary.  For a moment, I interpreted
"of type" as the TREE_TYPE.  I now see Jerry meant the datatype used to
implement the REAL_CST.  Thanks,

-- Gaby


>
> Richard.
>


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