Remove old autovect-branch by moving to "dead" directory.
[official-gcc.git] / old-autovect-branch / gcc / testsuite / g++.dg / compat / break / bitfield5_main.C
blob415a8846c2675b89af14fa287a151a03be441427
1 // The offset of `B::f2' is not ABI-compliant and may change in a future
2 // version of GCC.
3 // g++.dg/abi/bitfield5.C tests this with -Wabi.
4 // Split into pieces for binary compatibility testing October 2002
6 #include "bitfield5.h"
8 extern void bitfield5_x (void);
10 int
11 main ()
13   bitfield5_x ();