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: C++ PATCH for c++/38798 (auto f() -> struct A {})


On Fri, Oct 16, 2009 at 11:20 PM, Jason Merrill <jason@redhat.com> wrote:
> DR 770 clarified that we shouldn't try to parse a class or enum-specifier in
> the context of a trailing return type. ?I've implemented that with a flag
> passed down into cp_parser_type_specifier.
>
> Tested x86_64-pc-linux-gnu, applied to trunk.
>

Hi Jason,

You removed 4 testcases:

    trunk/gcc/testsuite/g++.dg/cpp0x/auto12.C
    trunk/gcc/testsuite/g++.dg/cpp0x/auto13.C
    trunk/gcc/testsuite/g++.dg/cpp0x/auto6.C
    trunk/gcc/testsuite/g++.dg/cpp0x/auto8.C

But there are no ChangeLog entries. Is that intentional?

Thanks.

-- 
H.J.


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