testsuite/
* gcc.target/mips/stack-1.c: Do not build the testcase for micromips.
From-SVN: r225536
+2015-07-08 Andrew Bennett <andrew.bennett@imgtec.com>
+
+ * gcc.target/mips/stack-1.c: Do not build the testcase for micromips.
+
2015-07-07 Uros Bizjak <ubizjak@gmail.com>
* gcc.target/i386/bt-3.c: New test.
/* { dg-final { scan-assembler "\tlw\t" } } */
/* { dg-final { scan-assembler-not "\td?addiu\t(\\\$sp,)?\\\$sp,\[1-9\].*\tlw\t" } } */
-/* Avoid use of SAVE and RESTORE. */
-NOMIPS16 int foo (int y)
+/* Avoid use of SAVE, RESTORE and JRADDIUSP. */
+NOCOMPRESSION int foo (int y)
{
volatile int a = y;
volatile int *volatile b = &a;