From 431b4d51a73eb8e7e220415100fc5428eb1655d0 Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Tue, 20 Mar 2007 17:34:31 +0000 Subject: [PATCH] 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 --- test/CFrontend/2003-02-12-NonlocalGoto.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,