We don't want to validate bad code, 


git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@72574 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/test/CodeGen/volatile-1.c b/test/CodeGen/volatile-1.c
index 3e7bbb8..ac3b4c2 100644
--- a/test/CodeGen/volatile-1.c
+++ b/test/CodeGen/volatile-1.c
@@ -80,11 +80,11 @@
   __imag i;
   
   // ============================================================
-  // Test cases we get wrong.
+  // FIXME: Test cases we get wrong.
 
   // A use.  We load all of a into a copy of a, then load i.  gcc forgets to do
   // the assignment.
-  (a = a).i;
+  // (a = a).i;
 
   // ============================================================
   // Test cases where we intentionally differ from gcc, due to suspected bugs in