Commit 53781c0d by Maciej W. Rozycki Committed by Maciej W. Rozycki

nan-legacy.c: Accept 4294967295 as an alternative to -1.

	* gcc.target/mips/nan-legacy.c: Accept 4294967295 as an
	alternative to -1.
	* gcc.target/mips/nans-legacy.c: Likewise.

From-SVN: r201711
parent 888dc0f2
2013-08-13 Maciej W. Rozycki <macro@codesourcery.com>
* gcc.target/mips/nan-legacy.c: Accept 4294967295 as an
alternative to -1.
* gcc.target/mips/nans-legacy.c: Likewise.
2013-08-13 Maciej W. Rozycki <macro@codesourcery.com>
* gcc.target/mips/fabs-2008.c: Correct scan-assembler pattern
escapes.
* gcc.target/mips/fabs-legacy.c: Likewise.
......
......@@ -4,4 +4,4 @@
double d = __builtin_nan ("");
/* { dg-final { scan-assembler "\t\\.nan\tlegacy\n" } } */
/* { dg-final { scan-assembler "\t\\.word\t2146959359\n\t\\.word\t-1\n" } } */
/* { dg-final { scan-assembler "\t\\.word\t2146959359\n\t\\.word\t(?:-1|4294967295)\n" } } */
......@@ -4,4 +4,4 @@
double ds = __builtin_nans ("");
/* { dg-final { scan-assembler "\t\\.nan\tlegacy\n" } } */
/* { dg-final { scan-assembler "\t\\.word\t2147483647\n\t\\.word\t-1\n" } } */
/* { dg-final { scan-assembler "\t\\.word\t2147483647\n\t\\.word\t(?:-1|4294967295)\n" } } */
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