OSDN Git Service

* g++.dg/other/first-global.C: Add -fpie for all pic targets.
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / g++.dg / parse / undefined3.C
1 // PR c++/5657
2 // Origin: Volker Reichelt <reichelt@igpm.rwth-aachen.de>
3 // { dg-do compile }
4
5 template<typename T> struct A { A(B); };
6 template<typename T> A<T>::A(B) {} // { dg-error "" }