Remove old autovect-branch by moving to "dead" directory.
[official-gcc.git] / old-autovect-branch / gcc / testsuite / g++.old-deja / g++.other / crash16.C
blob22583260aeb5a5fe9e2dceac47526199b84888c7
1 // { dg-do assemble }
2 // { dg-options "-O2" }
3 // Origin: scott snyder <snyder@fnal.gov>
6 void _S_initialize();
8 class locale
10 public:
11   locale() throw()
12   { _S_initialize (); }
15 void foo(const locale& __loc);
17 void print (const int&) 
19   foo(locale());