]> granicus.if.org Git - clang/commitdiff
Whoops.
authorJohn McCall <rjmccall@apple.com>
Tue, 12 Apr 2011 01:15:45 +0000 (01:15 +0000)
committerJohn McCall <rjmccall@apple.com>
Tue, 12 Apr 2011 01:15:45 +0000 (01:15 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@129341 91177308-0d34-0410-b5e6-96231b3b80d8

test/CodeGenCXX/global-init.cpp

index 752223bc7b803b256b8e4863b4ef0ae98d0ada28..53cfe05fd77690ff9b79663e719ca1ad837d8a0f 100644 (file)
@@ -92,7 +92,7 @@ namespace PR5974 {
 
 // PR9570: the indirect field shouldn't crash IR gen.
 namespace test5 {
-  union {
+  static union {
     unsigned bar[4096] __attribute__((aligned(128)));
   };
 }