[cfe-commits] r65420 - /cfe/trunk/test/CodeGen/const-init.c

Daniel Dunbar daniel at zuster.org
Tue Feb 24 16:22:25 PST 2009


Author: ddunbar
Date: Tue Feb 24 18:22:25 2009
New Revision: 65420

URL: http://llvm.org/viewvc/llvm-project?rev=65420&view=rev
Log:
Remove a FIXME; I was mistaken in believing gcc rejected this.

Modified:
    cfe/trunk/test/CodeGen/const-init.c

Modified: cfe/trunk/test/CodeGen/const-init.c
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/CodeGen/const-init.c?rev=65420&r1=65419&r2=65420&view=diff

==============================================================================
--- cfe/trunk/test/CodeGen/const-init.c (original)
+++ cfe/trunk/test/CodeGen/const-init.c Tue Feb 24 18:22:25 2009
@@ -80,7 +80,6 @@
 int *g17 = (int *) ((long) &g15);
 
 // RUN: grep '@g18.p = internal global \[1 x i32\*\] \[i32\* @g19\]' %t &&
-// FIXME: Should we really accept this in Sema?
 void g18(void) {
   extern int g19;
   static int *p[] = { &g19 };





More information about the cfe-commits mailing list