]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
re PR testsuite/38406 (Revision 142437 caused gcc.dg/Wstrict-aliasing-converted-assig...
authorRichard Guenther <rguenther@suse.de>
Fri, 5 Dec 2008 11:59:21 +0000 (11:59 +0000)
committerRichard Biener <rguenth@gcc.gnu.org>
Fri, 5 Dec 2008 11:59:21 +0000 (11:59 +0000)
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

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

index 337ad7882c1a2a48b561bbef2461f8a5916b174e..143eb235e0f4e3751f7578835acd68715df85d14 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 eb404a190135f27f12185f625030bfd5574adb39..1fef7947c9b9095a7e3485d3c07725c534f5e51c 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 } */