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
This commit is contained in:
Richard Guenther 2008-12-05 11:59:21 +00:00 committed by Richard Biener
parent 9ff4a9dade
commit 6c6b3b2b70
2 changed files with 8 additions and 2 deletions

View File

@ -1,3 +1,9 @@
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>
* gcc.dg/union-5.c: Run only on x86 and x86-64.

View File

@ -9,5 +9,5 @@ int foo()
return i;
}
/* { dg-message "does break strict-aliasing" "" { target *-*-* } 8 } */
/* { dg-message "initialized" "" { target *-*-* } 8 } */
/* { dg-message "does break strict-aliasing" "" { target { *-*-* && lp64 } } 8 } */
/* { dg-message "initialized" "" { target { *-*-* && lp64 } } 8 } */