Remove old autovect-branch by moving to "dead" directory.
[official-gcc.git] / old-autovect-branch / gcc / testsuite / gcc.dg / debug / 20020327-1.c
blob49d00a16cc7d873bab6f2070efd002beb5401958
1 /* { dg-do link } */
3 #ifndef __powerpc64__
4 /* Fails on powerpc64-linux due to the function Letext using a global
5 .Letext symbol that conflicts with .Letext emitted by gcc with
6 -gstabs. Some day the linker will be fixed to not require global
7 "dot" syms, but for now disable this test entirely for powerpc64.
8 Using xfail doesn't work, nor does dg-excess-errors because some
9 combinations of command line options won't cause this test to fail. */
10 void Letext (void) { }
11 #endif
12 int main() { return 0; }