diff options
author | Chris Lattner <sabre@nondot.org> | 2007-03-20 17:34:31 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2007-03-20 17:34:31 +0000 |
commit | 431b4d51a73eb8e7e220415100fc5428eb1655d0 (patch) | |
tree | 1115d1fb1a2017910ce45373bfcbccbf5631db89 /test | |
parent | 6dd81dadb24f4a66a149a10c26d5dd673cdaf35f (diff) | |
download | external_llvm-431b4d51a73eb8e7e220415100fc5428eb1655d0.zip external_llvm-431b4d51a73eb8e7e220415100fc5428eb1655d0.tar.gz external_llvm-431b4d51a73eb8e7e220415100fc5428eb1655d0.tar.bz2 |
llvm-gcc now requires -fnested-functions to enable them in C.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@35217 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test')
-rw-r--r-- | test/CFrontend/2003-02-12-NonlocalGoto.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CFrontend/2003-02-12-NonlocalGoto.c b/test/CFrontend/2003-02-12-NonlocalGoto.c index 81d97e0..3be48df 100644 --- a/test/CFrontend/2003-02-12-NonlocalGoto.c +++ b/test/CFrontend/2003-02-12-NonlocalGoto.c @@ -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, |