* arm.md (stack_tie): New insn. Use an idiom that the alias code
[official-gcc.git] / gcc / testsuite / g++.old-deja / g++.eh / vbase3.C
blob364eca61d116b2ac4c37880673059a6da36be9f3
1 // Build don't link:
2 // Used to use -fsjlj-exceptions, but that isn't an option anymore.
3 // Origin: Donn Terry <donn@interix.com>
5 struct ios {
6   virtual ~ios();
7 };
8 struct fstreambase : virtual public ios {
9   fstreambase();
11 fstreambase::fstreambase()