Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1498)

Unified Diff: gcc/gcc/testsuite/gcc.dg/Wstrict-aliasing-converted-assigned.c

Issue 3050029: [gcc] GCC 4.5.0=>4.5.1 (Closed) Base URL: ssh://git@gitrw.chromium.org:9222/nacl-toolchain.git
Patch Set: Created 10 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « gcc/gcc/testsuite/gcc.dg/Wcxx-compat-2.c ('k') | gcc/gcc/testsuite/gcc.dg/Wswitch-enum-error.c » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gcc/gcc/testsuite/gcc.dg/Wstrict-aliasing-converted-assigned.c
diff --git a/gcc/gcc/testsuite/gcc.dg/Wstrict-aliasing-converted-assigned.c b/gcc/gcc/testsuite/gcc.dg/Wstrict-aliasing-converted-assigned.c
index 1fef7947c9b9095a7e3485d3c07725c534f5e51c..b77373d56bd1fa067059ee6ba8917d6746e2d2a0 100644
--- a/gcc/gcc/testsuite/gcc.dg/Wstrict-aliasing-converted-assigned.c
+++ b/gcc/gcc/testsuite/gcc.dg/Wstrict-aliasing-converted-assigned.c
@@ -9,5 +9,5 @@ int foo()
return i;
}
-/* { dg-message "does break strict-aliasing" "" { target { *-*-* && lp64 } } 8 } */
-/* { dg-message "initialized" "" { target { *-*-* && lp64 } } 8 } */
+/* { dg-message "does break strict-aliasing" "" { target { *-*-* && lp64 } xfail *-*-* } 8 } */
+/* { dg-message "initialized" "" { target { *-*-* && lp64 } xfail *-*-* } 8 } */
« no previous file with comments | « gcc/gcc/testsuite/gcc.dg/Wcxx-compat-2.c ('k') | gcc/gcc/testsuite/gcc.dg/Wswitch-enum-error.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698