[llvm-commits] CVS: llvm/test/Regression/CFrontend/2005-02-20-AggregateSAVEEXPR.c
John Criswell
criswell at cs.uiuc.edu
Fri Apr 1 15:16:44 PST 2005
Changes in directory llvm/test/Regression/CFrontend:
2005-02-20-AggregateSAVEEXPR.c updated: 1.1 -> 1.2
---
Log message:
For Sparc, this xfails. I don't think sparc has the C99 complex data
type support.
---
Diffs of the changes: (+8 -0)
2005-02-20-AggregateSAVEEXPR.c | 8 ++++++++
1 files changed, 8 insertions(+)
Index: llvm/test/Regression/CFrontend/2005-02-20-AggregateSAVEEXPR.c
diff -u llvm/test/Regression/CFrontend/2005-02-20-AggregateSAVEEXPR.c:1.1 llvm/test/Regression/CFrontend/2005-02-20-AggregateSAVEEXPR.c:1.2
--- llvm/test/Regression/CFrontend/2005-02-20-AggregateSAVEEXPR.c:1.1 Sun Feb 20 17:29:23 2005
+++ llvm/test/Regression/CFrontend/2005-02-20-AggregateSAVEEXPR.c Fri Apr 1 17:16:23 2005
@@ -1,4 +1,12 @@
// RUN: %llvmgcc %s -o /dev/null -S
+// Note:
+// We fail this on SparcV9 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
+// that would change the nature of the test.
+//
+// XFAIL: sparcv9
#include <complex.h>
More information about the llvm-commits
mailing list