[cfe-commits] r51267 - /cfe/trunk/test/CodeGen/compound-literal.c

Eli Friedman eli.friedman at gmail.com
Mon May 19 13:17:34 PDT 2008


Author: efriedma
Date: Mon May 19 15:17:34 2008
New Revision: 51267

URL: http://llvm.org/viewvc/llvm-project?rev=51267&view=rev
Log:
Remove illegal test.


Modified:
    cfe/trunk/test/CodeGen/compound-literal.c

Modified: cfe/trunk/test/CodeGen/compound-literal.c
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/CodeGen/compound-literal.c?rev=51267&r1=51266&r2=51267&view=diff

==============================================================================
--- cfe/trunk/test/CodeGen/compound-literal.c (original)
+++ cfe/trunk/test/CodeGen/compound-literal.c Mon May 19 15:17:34 2008
@@ -9,5 +9,4 @@
 int* a = &(int){1};
 struct s {int a, b, c;} * b = &(struct s) {1, 2, 3};
 _Complex double * x = &(_Complex double){1.0f};
-_Complex double * y = &(_Complex double){};
 }





More information about the cfe-commits mailing list