Remove old autovect-branch by moving to "dead" directory.
[official-gcc.git] / old-autovect-branch / gcc / testsuite / gcc.c-torture / compile / 20001109-2.c
blob1448215c5781355abdb2c9839f5f270af53db1b5
1 /* This does not work on NetWare, which has a default of 1-byte alignment. */
2 /* { dg-xfail-if "" { "*-*-netware*" } { "*" } { "" } } */
3 extern struct foo bar;
4 struct foo {
5 int a;
6 };
8 int tst[__alignof__ (bar) >= __alignof__ (int) ? 1 : -1];