rs6000.c (rs6000_function_arg): Remove CALL_LIBCALL when returning call_cookie.
[official-gcc.git] / gcc / testsuite / gcc.dg / unwind-1.c
blob95bbb2daa50cda96557c29c612c407c21c32fba4
1 /* { dg-do assemble { target { ! { powerpc-ibm-aix* } } } } */
2 /* { dg-options "-fleading-underscore -funwind-tables" } */
4 void func(void) __asm("_func");
5 void _func(int x) {}
6 void func(void) {}