Commit 6c6b3b2b by Richard Guenther Committed by Richard Biener

re PR testsuite/38406 (Revision 142437 caused gcc.dg/Wstrict-aliasing-converted-assigned.c)

2008-12-05  Richard Guenther  <rguenther@suse.de>

	PR testsuite/38406
	* gcc.dg/Wstrict-aliasing-converted-assigned.c: Restrict PTA
	alias warning to lp64 targets.

From-SVN: r142471
parent 9ff4a9da
2008-12-05 Richard Guenther <rguenther@suse.de>
PR testsuite/38406
* gcc.dg/Wstrict-aliasing-converted-assigned.c: Restrict PTA
alias warning to lp64 targets.
2008-12-05 Eric Botcazou <ebotcazou@adacore.com> 2008-12-05 Eric Botcazou <ebotcazou@adacore.com>
* gcc.dg/union-5.c: Run only on x86 and x86-64. * gcc.dg/union-5.c: Run only on x86 and x86-64.
......
...@@ -9,5 +9,5 @@ int foo() ...@@ -9,5 +9,5 @@ int foo()
return i; return i;
} }
/* { dg-message "does break strict-aliasing" "" { target *-*-* } 8 } */ /* { dg-message "does break strict-aliasing" "" { target { *-*-* && lp64 } } 8 } */
/* { dg-message "initialized" "" { target *-*-* } 8 } */ /* { dg-message "initialized" "" { target { *-*-* && lp64 } } 8 } */
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