diff options
author | Loren J. Rittle <ljrittle@acm.org> | 2003-04-15 00:03:47 +0000 |
---|---|---|
committer | Loren J. Rittle <ljrittle@gcc.gnu.org> | 2003-04-15 00:03:47 +0000 |
commit | e0dfd3fae5f4a9b94686d673a0be0e9f97d90b8b (patch) | |
tree | 63a4ee185d8ef0b2970ec6a02c3fcdd274faa2fb | |
parent | 615158e2e8f0ce069628c2d76840ca33f2386be3 (diff) | |
download | gcc-e0dfd3fae5f4a9b94686d673a0be0e9f97d90b8b.zip gcc-e0dfd3fae5f4a9b94686d673a0be0e9f97d90b8b.tar.gz gcc-e0dfd3fae5f4a9b94686d673a0be0e9f97d90b8b.tar.bz2 |
* testsuite/26_numerics/c99_classification_macros_c.cc: Add XFAIL.
From-SVN: r65605
-rw-r--r-- | libstdc++-v3/ChangeLog | 4 | ||||
-rw-r--r-- | libstdc++-v3/testsuite/26_numerics/c99_classification_macros_c.cc | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index f43490c..a6dc0f1 100644 --- a/libstdc++-v3/ChangeLog +++ b/libstdc++-v3/ChangeLog @@ -1,3 +1,7 @@ +2003-04-14 Loren J. Rittle <ljrittle@acm.org> + + * testsuite/26_numerics/c99_classification_macros_c.cc: Add XFAIL. + 2003-04-14 Nathan Myers <ncm@cantrip.org> Paolo Carlini <pcarlini@unitus.it> diff --git a/libstdc++-v3/testsuite/26_numerics/c99_classification_macros_c.cc b/libstdc++-v3/testsuite/26_numerics/c99_classification_macros_c.cc index c385a56..15508a3 100644 --- a/libstdc++-v3/testsuite/26_numerics/c99_classification_macros_c.cc +++ b/libstdc++-v3/testsuite/26_numerics/c99_classification_macros_c.cc @@ -27,8 +27,8 @@ // invalidate any other reasons why the executable file might be covered by // the GNU General Public License. -// { dg-do compile { xfail *-*-linux-gnu } } -// { dg-excess-errors "" { target *-*-linux-gnu } } +// { dg-do compile { xfail *-*-linux-gnu *-*-freebsd5* } } +// { dg-excess-errors "" { target *-*-linux-gnu *-*-freebsd5* } } #include <math.h> |