[cfe-commits] r72574 - /cfe/trunk/test/CodeGen/volatile-1.c

Mike Stump mrs at apple.com
Fri May 29 09:24:14 PDT 2009


Author: mrs
Date: Fri May 29 11:24:13 2009
New Revision: 72574

URL: http://llvm.org/viewvc/llvm-project?rev=72574&view=rev
Log:
We don't want to validate bad code, 

Modified:
    cfe/trunk/test/CodeGen/volatile-1.c

Modified: cfe/trunk/test/CodeGen/volatile-1.c
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/CodeGen/volatile-1.c?rev=72574&r1=72573&r2=72574&view=diff

==============================================================================
--- cfe/trunk/test/CodeGen/volatile-1.c (original)
+++ cfe/trunk/test/CodeGen/volatile-1.c Fri May 29 11:24:13 2009
@@ -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





More information about the cfe-commits mailing list