2008-12-05 Richard Guenther <rguenther@suse.de>
authorrguenth <rguenth@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 5 Dec 2008 11:59:21 +0000 (11:59 +0000)
committerrguenth <rguenth@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 5 Dec 2008 11:59:21 +0000 (11:59 +0000)
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

gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/Wstrict-aliasing-converted-assigned.c

index 337ad78..143eb23 100644 (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.
index eb404a1..1fef794 100644 (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 } */