]> granicus.if.org Git - clang/commitdiff
We don't want to validate bad code,
authorMike Stump <mrs@apple.com>
Fri, 29 May 2009 16:24:13 +0000 (16:24 +0000)
committerMike Stump <mrs@apple.com>
Fri, 29 May 2009 16:24:13 +0000 (16:24 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@72574 91177308-0d34-0410-b5e6-96231b3b80d8

test/CodeGen/volatile-1.c

index 3e7bbb8f4460dbd0bf007e6648cfd3e612a5f4a6..ac3b4c2e97b2eca33a1281ca13ea055bcfdefebc 100644 (file)
@@ -80,11 +80,11 @@ int main() {
   __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