2013-09-12 Richard Biener <rguenther@suse.de>
[official-gcc.git] / gcc / testsuite / g++.dg / parse / error21.C
blob469e5fb4e1c607c561d96521c04649cad9abd3a4
1 // PR c++/17393
2 // { dg-options "-Wall -fshow-column" }
4 struct A { };
6 void foo()
8   // Check that we do not complain about an unused
9   // compiler-generated variable.
10   A& = a; // { dg-error "6:expected unqualified-id before '=' token" "6" }
11   // { dg-error "8:'a' was not declared in this scope" "8" { target *-*-* } 10 }