Add an UNSPEC_PROLOGUE_USE to prevent the link register from being considered dead.
[official-gcc.git] / gcc / testsuite / g++.old-deja / g++.ns / crash4.C
blob624502373b64a08121b7f03db54dcde2aa75b811
1 // Build don't link:
2 // Origin: Geoffrey Furnish <furnish@actel.com>
4 namespace N {
6     template<class T> class C
7     {
8         template<class U> friend class C;
9     };