2
0
mirror of git://gcc.gnu.org/git/gcc.git synced 2025-03-26 07:40:26 +08:00

re PR tree-optimization/35899 (ICE on filesystem code)

gcc/testsuite/
	PR target/35899
	* gcc.target/mips/smartmips-lwxs.c: Add -mlong32.

From-SVN: r142874
This commit is contained in:
Richard Sandiford 2008-12-21 21:45:11 +00:00 committed by Richard Sandiford
parent 8398663ecc
commit 816bc01bae
2 changed files with 7 additions and 1 deletions
gcc/testsuite

@ -1,3 +1,8 @@
2008-12-21 Richard Sandiford <rdsandiford@googlemail.com>
PR target/35899
* gcc.target/mips/smartmips-lwxs.c: Add -mlong32.
2008-12-21 Richard Sandiford <rdsandiford@googlemail.com>
PR target/38598

@ -1,5 +1,6 @@
/* { dg-do compile } */
/* { dg-mips-options "-O -msmartmips" } */
/* -mlong32 added because of PR target/38599. */
/* { dg-mips-options "-O -msmartmips -mlong32" } */
NOMIPS16 int scaled_indexed_word_load (int a[], int b)
{