Commit 9b20858a by Andrew Bennett Committed by Andrew Bennett

MIPS: Do not generate micromips code for the no-smartmips-lwxs.c testcase

The LWXS instruction is part of the micromips ISA which means it is
valid to generate it for the no-smartmips-lwxs.c testcase.

testsuite/
	* gcc.target/mips/no-smartmips-lwxs.c: Change NOMIPS16 to
	NOCOMPRESSION.

From-SVN: r225519
parent 98e30e51
2015-07-07 Andrew Bennett <andrew.bennett@imgtec.com>
* gcc.target/mips/no-smartmips-lwxs.c: Change NOMIPS16 to
NOCOMPRESSION.
2015-07-07 Richard Biener <rguenther@suse.de> 2015-07-07 Richard Biener <rguenther@suse.de>
* gcc.dg/vect/vect-over-widen-3-big-array.c: Adjust. * gcc.dg/vect/vect-over-widen-3-big-array.c: Adjust.
......
/* { dg-do compile } */ /* { dg-do compile } */
/* { dg-options "-mno-smartmips" } */ /* { dg-options "-mno-smartmips" } */
NOMIPS16 int scaled_indexed_word_load (int a[], int b) NOCOMPRESSION int scaled_indexed_word_load (int a[], int b)
{ {
return a[b]; return a[b];
} }
......
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