This is the mail archive of the libstdc++@gcc.gnu.org mailing list for the libstdc++ project.


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

Re: armv4l bootstrap problem in libstdc++-v3


>>>>> "Jason" == Jason Merrill <jason@redhat.com> writes:

    Jason> I think that the bug is that we are setting TREE_PARMLIST
    Jason> on actual parameter lists; it is only useful to distinguish
    Jason> between semi-parsed parameter declarations and semi-parsed
    Jason> expressions.  Once we have fully parsed the parm list, it
    Jason> serves no purpose.

Sounds right to me.  And maybe just for safety we should use a
TREE_LANG_FLAG for TREE_PARMLIST, rather than TREE_UNSIGNED?

--
Mark Mitchell                   mark@codesourcery.com
CodeSourcery, LLC               http://www.codesourcery.com

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