| Index: gcc/gcc/testsuite/g++.dg/cpp0x/auto3.C
|
| diff --git a/gcc/gcc/testsuite/g++.dg/cpp0x/auto3.C b/gcc/gcc/testsuite/g++.dg/cpp0x/auto3.C
|
| index 3cea856e601fe6a3116f3afb918629ecf5f058d9..f792c07b169af9a8b07c6e1c12decec27063ead5 100644
|
| --- a/gcc/gcc/testsuite/g++.dg/cpp0x/auto3.C
|
| +++ b/gcc/gcc/testsuite/g++.dg/cpp0x/auto3.C
|
| @@ -7,7 +7,7 @@ auto x; // { dg-error "auto" }
|
|
|
| // If the type deduced for the template parameter U is not the same in each
|
| // deduction, the program is ill-formed.
|
| -auto i = 42, j = 42.0; // { dg-error "" "" { xfail *-*-* } }
|
| +auto i = 42, j = 42.0; // { dg-error "auto" }
|
|
|
| // New CWG issue
|
| auto a[2] = { 1, 2 }; // { dg-error "auto" }
|
|
|