]> granicus.if.org Git - clang/commitdiff
Remove a FIXME; I was mistaken in believing gcc rejected this.
authorDaniel Dunbar <daniel@zuster.org>
Wed, 25 Feb 2009 00:22:25 +0000 (00:22 +0000)
committerDaniel Dunbar <daniel@zuster.org>
Wed, 25 Feb 2009 00:22:25 +0000 (00:22 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@65420 91177308-0d34-0410-b5e6-96231b3b80d8

test/CodeGen/const-init.c

index 65a59e869a76c31a124e2491222161932ad50387..f6199815edc1c89f93142305b1250fe8d73fcf51 100644 (file)
@@ -80,7 +80,6 @@ long long g16 = (long long) ((void*) 0xFFFFFFFF);
 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 };