This is the mail archive of the gcc-bugs@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]

[Bug c++/38256] [4.4 regression] ICE with "operator auto"



------- Comment #6 from jason at gcc dot gnu dot org  2008-12-03 21:43 -------
Subject: Bug 38256

Author: jason
Date: Wed Dec  3 21:42:22 2008
New Revision: 142410

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=142410
Log:
        PR c++/38256
        * parser.c (cp_parser_conversion_type_id): Diagnose
        'operator auto' here.
        * decl.c (grokdeclarator): Not here.

Added:
    trunk/gcc/testsuite/g++.dg/cpp0x/auto11.C
Modified:
    trunk/gcc/cp/ChangeLog
    trunk/gcc/cp/decl.c
    trunk/gcc/cp/parser.c
    trunk/gcc/testsuite/ChangeLog


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=38256


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