rs6000.c (rs6000_function_arg): Remove CALL_LIBCALL when returning call_cookie.
[official-gcc.git] / gcc / testsuite / gcc.dg / 20040813-1.c
blobfa01a530208768a8679cbdd23edef48cd91a2f0d
1 /* Test lang in N_SO stab. */
2 /* Contributed by Devang Patel <dpatel@apple.com> */
4 /* { dg-do compile } */
5 /* { dg-skip-if "No stabs" { mmix-*-* *-*-aix* *-*-netware* alpha*-*-* hppa*64*-*-* ia64-*-* *-*-vxworks* } { "*" } { "" } } */
6 /* { dg-options "-gstabs" } */
8 int
9 main ()
11 return 0;
14 /* { dg-final { scan-assembler ".stabs.*100,0,2" } } */