Fix all MIPS test failures caused by implicit declaration/int warnings.
[official-gcc.git] / gcc / testsuite / gcc.target / mips / const-anchor-4.c
blob7850a90fc8bd7b64f3833de4d40e4e8fad0bd3db
1 /* Derive a constant (0x30001) from another constant. */
2 /* { dg-skip-if "code quality test" { *-*-* } { "-O0" } { "" } } */
3 /* See PR61926 for the XFAILs. */
4 /* { dg-final { scan-assembler-not "0x300000|196608" { xfail *-*-* } } } */
5 /* { dg-final { scan-assembler "\td?addiu\t\\\$5,\\\$\[0-9\]*,32763" { xfail *-*-* } } } */
7 extern void g (int, int);
9 NOMIPS16 void f ()
11 g (0x28006, 0x30001);