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]

Re: [C++ PATCH]: DEFAULT_ARG class


>>>>> "Nathan" == Nathan Sidwell <nathan@codesourcery.com> writes:

    Nathan> Hi, the DEAULT_ARG unparsed tree node is placed in tree
    Nathan> code class 'c' (constant) when it looks like an identifier
    Nathan> node, so should be 'x'. This caused a failure when a
    Nathan> default_arg node wound up being live during GC (as it
    Nathan> happens, the node shouldn't have been live at that point)

    Nathan> built & tested on i686-pc-linux-gnu, ok?

Yes, good catch!

--
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]