diff options
author | Jeffrey Oldham <oldham@codesourcery.com> | 2001-01-31 02:20:34 +0000 |
---|---|---|
committer | Jeffrey D. Oldham <oldham@gcc.gnu.org> | 2001-01-31 02:20:34 +0000 |
commit | a9a184606c5bc84483ac3a76ca2a1aaf1e37f0f5 (patch) | |
tree | 72f5ceeae1f30e754c3657ffccb30335bef90a95 /gcc | |
parent | 28d28e847f21854f2fa1c80881074ae5bbd37f68 (diff) | |
download | gcc-a9a184606c5bc84483ac3a76ca2a1aaf1e37f0f5.zip gcc-a9a184606c5bc84483ac3a76ca2a1aaf1e37f0f5.tar.gz gcc-a9a184606c5bc84483ac3a76ca2a1aaf1e37f0f5.tar.bz2 |
c99-float-1.c: XFAIL FLT_EVAL_METHOD and DECIMAL_DIG cases for Irix.
2001-01-30 Jeffrey Oldham <oldham@codesourcery.com>
* gcc.dg/c99-float-1.c: XFAIL FLT_EVAL_METHOD and DECIMAL_DIG
cases for Irix.
From-SVN: r39360
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/testsuite/ChangeLog | 5 | ||||
-rw-r--r-- | gcc/testsuite/gcc.dg/c99-float-1.c | 5 |
2 files changed, 8 insertions, 2 deletions
diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 435c2a1..37150b7 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,8 @@ +2001-01-30 Jeffrey Oldham <oldham@codesourcery.com> + + * gcc.dg/c99-float-1.c: XFAIL FLT_EVAL_METHOD and DECIMAL_DIG + cases for Irix. + 2001-01-30 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at> * g++.old-deja/g++.other/inline19.C: New test. diff --git a/gcc/testsuite/gcc.dg/c99-float-1.c b/gcc/testsuite/gcc.dg/c99-float-1.c index 07fb9ee..cab14f8 100644 --- a/gcc/testsuite/gcc.dg/c99-float-1.c +++ b/gcc/testsuite/gcc.dg/c99-float-1.c @@ -125,9 +125,10 @@ #endif #ifndef FLT_EVAL_METHOD -#error "FLT_EVAL_METHOD undefined" +#error "FLT_EVAL_METHOD undefined" /* { dg-bogus "not c99 compliant" "FLT_EVAL_METHOD" { xfail *-*-irix* } } */ #endif #ifndef DECIMAL_DIG -#error "DECIMAL_DIG undefined" +#error "DECIMAL_DIG undefined" /* { dg-bogus "not c99 compliant" "DECIMAL_DIG" { xfail *-*-irix* } } */ + #endif |