On 03/31/2014 04:27 PM, Fabien Chêne wrote:
* cp/init.c (perform_member_init): Homogenize uninitialized
diagnostics.
OK.
if (permerror (input_location,
"default argument given for parameter "
"%d of %q#D", i, newdecl))
permerror (DECL_SOURCE_LOCATION (olddecl),
"previous specification in %q#D here",
olddecl);
should the second permerror be a note instead ?
Yes. Jason
