[llvm-commits] [llvm-gcc-4.2] r109789 - /llvm-gcc-4.2/trunk/gcc/testsuite/gcc.c-torture/compile/920415-1.c

Eric Christopher echristo at apple.com
Thu Jul 29 11:38:24 PDT 2010


On Jul 29, 2010, at 11:33 AM, Stuart Hastings wrote:

> Author: stuart
> Date: Thu Jul 29 13:33:06 2010
> New Revision: 109789
> 
> URL: http://llvm.org/viewvc/llvm-project?rev=109789&view=rev
> Log:
> XFAIL a nested-function test.  Radar 8251322.
> 
> Modified:
>    llvm-gcc-4.2/trunk/gcc/testsuite/gcc.c-torture/compile/920415-1.c
> 
> Modified: llvm-gcc-4.2/trunk/gcc/testsuite/gcc.c-torture/compile/920415-1.c
> URL: http://llvm.org/viewvc/llvm-project/llvm-gcc-4.2/trunk/gcc/testsuite/gcc.c-torture/compile/920415-1.c?rev=109789&r1=109788&r2=109789&view=diff
> ==============================================================================
> --- llvm-gcc-4.2/trunk/gcc/testsuite/gcc.c-torture/compile/920415-1.c (original)
> +++ llvm-gcc-4.2/trunk/gcc/testsuite/gcc.c-torture/compile/920415-1.c Thu Jul 29 13:33:06 2010
> @@ -1,6 +1,8 @@
> /* APPLE LOCAL begin testsuite nested functions */
> /* { dg-options "-fnested-functions" } */
> /* APPLE LOCAL end testsuite nested functions */
> +/* LLVM LOCAL 8251263 */
> +/* { dg-xfail-if "" { *-*-darwin* } { "*" } { "" } } */

Uh.... the -fnested-functions should make it pass, otherwise it's a bug.

-eric



More information about the llvm-commits mailing list