Remove old autovect-branch by moving to "dead" directory.
[official-gcc.git] / old-autovect-branch / gcc / testsuite / gcc.dg / darwin-20040809-2.c
blob5ed27a4363a4ad70a4f405055c07d4f02ae82c39
1 /* Test dead code strip support. */
2 /* Contributed by Devang Patel <dpatel@apple.com> */
4 /* { dg-do compile { target *-*-darwin* } } */
5 /* { dg-options "-g -fno-eliminate-unused-debug-symbols" } */
7 int
8 main ()
10 return 0;
13 /* { dg-final { scan-assembler ".stabd.46,0,0" } } */
14 /* { dg-final { scan-assembler ".stabd.78,0,0" } } */