OSDN Git Service

* g++.dg/other/first-global.C: Add -fpie for all pic targets.
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / g++.dg / parse / error1.C
1 struct INCOMPLETE;
2 template <int> struct X {
3     static INCOMPLETE value;
4 };
5 template <> INCOMPLETE X<1>::value = 0; // { dg-error "" }
6