llvm-gcc now requires -fnested-functions to enable them in C.

llvm-svn: 35217
This commit is contained in:
Chris Lattner 2007-03-20 17:34:31 +00:00
parent 3e9e08791f
commit 797cae1109

View 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,