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

Stuart Hastings stuart at apple.com
Thu Jul 29 11:33:06 PDT 2010


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* } { "*" } { "" } } */
 
 extern void abort (void);
 extern void exit (int);





More information about the llvm-commits mailing list