Commit 3d1e4f66 by Andrew Bennett Committed by Andrew Bennett

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
parent 14abfad1
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> 2015-07-07 Uros Bizjak <ubizjak@gmail.com>
* gcc.target/i386/bt-3.c: New test. * gcc.target/i386/bt-3.c: New test.
......
...@@ -2,8 +2,8 @@ ...@@ -2,8 +2,8 @@
/* { dg-final { scan-assembler "\tlw\t" } } */ /* { dg-final { scan-assembler "\tlw\t" } } */
/* { dg-final { scan-assembler-not "\td?addiu\t(\\\$sp,)?\\\$sp,\[1-9\].*\tlw\t" } } */ /* { dg-final { scan-assembler-not "\td?addiu\t(\\\$sp,)?\\\$sp,\[1-9\].*\tlw\t" } } */
/* Avoid use of SAVE and RESTORE. */ /* Avoid use of SAVE, RESTORE and JRADDIUSP. */
NOMIPS16 int foo (int y) NOCOMPRESSION int foo (int y)
{ {
volatile int a = y; volatile int a = y;
volatile int *volatile b = &a; volatile int *volatile b = &a;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment