llvm-gcc now requires -fnested-functions to enable them in C.
authorChris Lattner <sabre@nondot.org>
Tue, 20 Mar 2007 17:34:31 +0000 (17:34 +0000)
committerChris Lattner <sabre@nondot.org>
Tue, 20 Mar 2007 17:34:31 +0000 (17:34 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@35217 91177308-0d34-0410-b5e6-96231b3b80d8

test/CFrontend/2003-02-12-NonlocalGoto.c

index 81d97e06b5f6bbcb20eee91c0ee54f1bc7560b36..3be48df64bbfc6f04032d5e5237c271adb1d596f 100644 (file)
@@ -1,4 +1,4 @@
-// RUN: %llvmgcc -S %s -o /dev/null
+// RUN: %llvmgcc -S %s -o /dev/null -fnested-functions
 
 // XFAIL: *
 /* It is unlikely that LLVM will ever support nested functions, but if it does,