Rebase.
[official-gcc.git] / gcc / testsuite / gcc.target / mips / const-anchor-2.c
blob4932648061b4ab7c45f200092ae7149d251903fb
1 /* Derive a constant (0x30001) from another constant. */
2 /* { dg-skip-if "code quality test" { *-*-* } { "-O0" } { "" } } */
3 /* { dg-final { scan-assembler-not "0x300000|196608" } } */
4 /* { dg-final { scan-assembler "\td?addiu\t\\\$4,\\\$\[0-9\]*,32763" } } */
6 NOMIPS16 void f ()
8 g (0x30001, 0x28006);