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, 2010-02-06 at 16:39 -0600, Gabriel Dos Reis 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?

REAL_VALUE_TYPE is a typedef for struct real_value, and TREE_REAL_CST
sets a struct real_value* in the tree node.  I don't think anything is
specified beyond that.

However, if I'm off-base, please let me know.

Jerry



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