From: Chris Lattner Date: Tue, 20 Mar 2007 17:34:31 +0000 (+0000) Subject: llvm-gcc now requires -fnested-functions to enable them in C. X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=431b4d51a73eb8e7e220415100fc5428eb1655d0;p=oota-llvm.git 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 --- diff --git a/test/CFrontend/2003-02-12-NonlocalGoto.c b/test/CFrontend/2003-02-12-NonlocalGoto.c index 81d97e06b5f..3be48df64bb 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,