OSDN Git Service

* parser.c (cp_parser_type_id_1): 'auto' type is ok with a
authorjason <jason@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 9 Jun 2009 04:18:54 +0000 (04:18 +0000)
committerjason <jason@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 9 Jun 2009 04:18:54 +0000 (04:18 +0000)
commite439140ea0e0fcd0321a1485b1f8d8b9bab5daf1
treeb7e0fcb69c34f807be32cbe3b5ca5c32518d8e1c
parentfff40d3ca798f374dc614d6be252476faed6b63a
* parser.c (cp_parser_type_id_1): 'auto' type is ok with a
late-specified return type.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@148306 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/cp/ChangeLog
gcc/cp/parser.c
gcc/testsuite/ChangeLog
gcc/testsuite/g++.dg/cpp0x/auto15.C [new file with mode: 0644]