diff options
author | Hans-Peter Nilsson <hp@bitrange.com> | 2002-10-26 14:03:12 +0000 |
---|---|---|
committer | Hans-Peter Nilsson <hp@gcc.gnu.org> | 2002-10-26 14:03:12 +0000 |
commit | 600522f8a2a7313259d95ad8f243b374be069564 (patch) | |
tree | 91f337e4befd78d4c5137f8c90ae8577b8c3d4ba | |
parent | 86dc7681027fef2157f3f2855becfdb1c45c9b05 (diff) | |
download | gcc-600522f8a2a7313259d95ad8f243b374be069564.zip gcc-600522f8a2a7313259d95ad8f243b374be069564.tar.gz gcc-600522f8a2a7313259d95ad8f243b374be069564.tar.bz2 |
wint_t-1.c, [...]: Remove excess-errors markers.
* gcc.dg/wint_t-1.c, gcc.dg/wchar_t-1.c: Remove excess-errors
markers.
From-SVN: r58562
-rw-r--r-- | gcc/testsuite/ChangeLog | 3 | ||||
-rw-r--r-- | gcc/testsuite/gcc.dg/wchar_t-1.c | 1 | ||||
-rw-r--r-- | gcc/testsuite/gcc.dg/wint_t-1.c | 1 |
3 files changed, 3 insertions, 2 deletions
diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 63b4886..e761058 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,5 +1,8 @@ 2002-10-26 Hans-Peter Nilsson <hp@bitrange.com> + * gcc.dg/wint_t-1.c, gcc.dg/wchar_t-1.c: Remove excess-errors + markers. + * gcc.dg/20021014-1.c: Expect build failure on mmix-*-*. 2002-10-25 Mike Stump <mrs@apple.com> diff --git a/gcc/testsuite/gcc.dg/wchar_t-1.c b/gcc/testsuite/gcc.dg/wchar_t-1.c index f0ca09a..6d95c69 100644 --- a/gcc/testsuite/gcc.dg/wchar_t-1.c +++ b/gcc/testsuite/gcc.dg/wchar_t-1.c @@ -1,6 +1,5 @@ /* { dg-do compile } */ /* { dg-options "-Wall" } */ -/* { dg-excess-errors "Newlib has no wchar.h" { target mmix-knuth-mmixware cris-*-elf } } */ /* Compile with -Wall to get a warning if built-in and system wchar_t don't match. */ diff --git a/gcc/testsuite/gcc.dg/wint_t-1.c b/gcc/testsuite/gcc.dg/wint_t-1.c index 7224a21..3f88dcb 100644 --- a/gcc/testsuite/gcc.dg/wint_t-1.c +++ b/gcc/testsuite/gcc.dg/wint_t-1.c @@ -1,6 +1,5 @@ /* { dg-do compile } */ /* { dg-options "-Wall" } */ -/* { dg-excess-errors "Newlib has no wchar.h" { target mmix-knuth-mmixware cris-*-elf } } */ /* Compile with -Wall to get a warning if built-in and system wint_t don't match. */ |