aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGen/const-init.c
diff options
context:
space:
mode:
authorDaniel Dunbar <daniel@zuster.org>2009-02-25 00:22:25 +0000
committerDaniel Dunbar <daniel@zuster.org>2009-02-25 00:22:25 +0000
commit5ec41c2423925c4486447f45a165ba97bbc23e3c (patch)
treeb85eeeb4de8dd8c58607de91f122c5d9346d0cef /test/CodeGen/const-init.c
parent0e0eb8b051b2917aef85b24bb68297b8c234dbb5 (diff)
Remove a FIXME; I was mistaken in believing gcc rejected this.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@65420 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/const-init.c')
-rw-r--r--test/CodeGen/const-init.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/CodeGen/const-init.c b/test/CodeGen/const-init.c
index 65a59e869a..f6199815ed 100644
--- a/test/CodeGen/const-init.c
+++ b/test/CodeGen/const-init.c
@@ -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 };