2003-12-26 Guilhem Lavaux <guilhem@kaffe.org>
[official-gcc.git] / gcc / testsuite / g++.dg / lookup / scoped8.C
blob1c3030456085d32e32a1a5354e59ea73d275aa8a
1 // { dg-do compile }
3 // Origin: Volker Reichelt <reichelt@igpm.rwth-aachen.de>
5 // PR c++/10371: Incorrect tree node built in
6 // finish_non_static_data_member.
8 struct A
10     int i;                      // { dg-error "object missing" }
13 template <int> struct B
15     int foo() { return A::i; }  // { dg-error "this location" }