This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [C++ Patch] PR 51786
- From: Jason Merrill <jason at redhat dot com>
- To: Paolo Carlini <paolo dot carlini at oracle dot com>, "gcc-patches at gcc dot gnu dot org" <gcc-patches at gcc dot gnu dot org>
- Date: Mon, 08 Jul 2013 12:11:22 -0400
- Subject: Re: [C++ Patch] PR 51786
- References: <51D9982C dot 2040502 at oracle dot com>
On 07/07/2013 12:32 PM, Paolo Carlini wrote:
-auto int; // { dg-error "multiple types|can only be specified for variables" }
+auto int; // { dg-error "multiple types|does not declare anything" }
This is a regression. Please limit the change to when the type is a class.
Jason