• jason's avatar
    PR c++/37962 · 475fd34e
    jason authored
    cp/
            * parser.c (cp_parser_type_id): Complain about auto.
            * decl.c (grokdeclarator): Complain about parameters and
            conversion functions declared with auto.
            * call.c (standard_conversion): Use CLASS_TYPE_P instead of
            MAYBE_CLASS_TYPE_P.
            * cp-tree.h (TYPE_NON_AGGREGATE_CLASS): Likewise.
    testsuite/
            * g++.dg/cpp0x/auto[38].C: Adjust expected errors.
            * g++.dg/cpp0x/auto9.C: New test.
            * g++.dg/cpp0x/auto10.C: New test.
    
    
    git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@141970 138bc75d-0d04-0410-961f-82ee72b054a4
    475fd34e
auto10.C 318 Bytes