PR testsuite/38406
* gcc.dg/Wstrict-aliasing-converted-assigned.c: Restrict PTA
alias warning to lp64 targets.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@142471
138bc75d-0d04-0410-961f-
82ee72b054a4
+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.
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 } */