[llvm-commits] CVS: llvm/test/Regression/CFrontend/2005-02-20-AggregateSAVEEXPR.c
Chris Lattner
lattner at cs.uiuc.edu
Thu Apr 20 10:43:53 PDT 2006
Changes in directory llvm/test/Regression/CFrontend:
2005-02-20-AggregateSAVEEXPR.c updated: 1.3 -> 1.4
---
Log message:
Fails with all sparcs
---
Diffs of the changes: (+1 -1)
2005-02-20-AggregateSAVEEXPR.c | 2 +-
1 files changed, 1 insertion(+), 1 deletion(-)
Index: llvm/test/Regression/CFrontend/2005-02-20-AggregateSAVEEXPR.c
diff -u llvm/test/Regression/CFrontend/2005-02-20-AggregateSAVEEXPR.c:1.3 llvm/test/Regression/CFrontend/2005-02-20-AggregateSAVEEXPR.c:1.4
--- llvm/test/Regression/CFrontend/2005-02-20-AggregateSAVEEXPR.c:1.3 Tue Nov 8 15:11:32 2005
+++ llvm/test/Regression/CFrontend/2005-02-20-AggregateSAVEEXPR.c Thu Apr 20 12:43:41 2006
@@ -1,6 +1,6 @@
// RUN: %llvmgcc %s -o /dev/null -S
// Note:
-// We fail this on SparcV9 because the C library seems to be missing complex.h
+// We fail this on Sparc because the C library seems to be missing complex.h
// and the corresponding C99 complex support.
//
// We could modify the test to use only GCC extensions, but I don't know if
More information about the llvm-commits
mailing list