Commit b922b5ae by H.J. Lu Committed by H.J. Lu

re PR testsuite/38420 (gcc.target/i386/pr37248-2.c doesn't work on ia32)

2008-12-09  H.J. Lu  <hongjiu.lu@intel.com>

	PR testsuite/38420
	* gcc.target/i386/pr37248-2.c: Support hex dump on 32bit host.
	* gcc.target/i386/pr37248-3.c: Likewise.

From-SVN: r142601
parent 0e7f7d87
2008-12-09 H.J. Lu <hongjiu.lu@intel.com>
PR testsuite/38420
* gcc.target/i386/pr37248-2.c: Support hex dump on 32bit host.
* gcc.target/i386/pr37248-3.c: Likewise.
2008-12-09 Steve Ellcey <sje@cup.hp.com> 2008-12-09 Steve Ellcey <sje@cup.hp.com>
PR testsuite/37326 PR testsuite/37326
......
...@@ -19,5 +19,5 @@ foo (struct S x) ...@@ -19,5 +19,5 @@ foo (struct S x)
return x.a && x.g && x.b && x.f && x.c && x.e; return x.a && x.g && x.b && x.f && x.c && x.e;
} }
/* { dg-final { scan-tree-dump "& 3758096391\[^\n\t\]*== 3758096391" "optimized" } } */ /* { dg-final { scan-tree-dump "& (3758096391|0x0e0000007)\[^\n\t\]*== (3758096391|0x0e0000007)" "optimized" } } */
/* { dg-final { cleanup-tree-dump "optimized" } } */ /* { dg-final { cleanup-tree-dump "optimized" } } */
...@@ -21,5 +21,5 @@ foo (struct S x) ...@@ -21,5 +21,5 @@ foo (struct S x)
return x.a && x.i && x.b && x.h && x.c && x.g && x.e == 131; return x.a && x.i && x.b && x.h && x.c && x.g && x.e == 131;
} }
/* { dg-final { scan-tree-dump "& 3766484487\[^\n\t\]*== 3758163463" "optimized" } } */ /* { dg-final { scan-tree-dump "& (3766484487|0x0e07ffe07)\[^\n\t\]*== (3758163463|0x0e0010607)" "optimized" } } */
/* { dg-final { cleanup-tree-dump "optimized" } } */ /* { dg-final { cleanup-tree-dump "optimized" } } */
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