From: Andrew Bennett Date: Wed, 8 Jul 2015 08:37:22 +0000 (+0000) Subject: MIPS: Do not build the stack-1.c testcase for micromips. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=3d1e4f66cf99e6ca1f039cef62ef305918ff9e61;p=gcc.git MIPS: Do not build the stack-1.c testcase for micromips. testsuite/ * gcc.target/mips/stack-1.c: Do not build the testcase for micromips. From-SVN: r225536 --- diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 4c632d8bb0f..f812177c02a 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,7 @@ +2015-07-08 Andrew Bennett + + * gcc.target/mips/stack-1.c: Do not build the testcase for micromips. + 2015-07-07 Uros Bizjak * gcc.target/i386/bt-3.c: New test. diff --git a/gcc/testsuite/gcc.target/mips/stack-1.c b/gcc/testsuite/gcc.target/mips/stack-1.c index a28e4bf2075..5f25c21a0a9 100644 --- a/gcc/testsuite/gcc.target/mips/stack-1.c +++ b/gcc/testsuite/gcc.target/mips/stack-1.c @@ -2,8 +2,8 @@ /* { 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;