Rebase.
[official-gcc.git] / gcc / testsuite / gcc.target / mips / const-anchor-4.c
bloba9e2631caf7fbc88733ed08a04957044df827b54
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 NOMIPS16 void f ()
9 g (0x28006, 0x30001);