From 600522f8a2a7313259d95ad8f243b374be069564 Mon Sep 17 00:00:00 2001 From: Hans-Peter Nilsson Date: Sat, 26 Oct 2002 14:03:12 +0000 Subject: [PATCH] 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 --- gcc/testsuite/ChangeLog | 3 +++ gcc/testsuite/gcc.dg/wchar_t-1.c | 1 - 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 63b488627e4..e761058dbaf 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,5 +1,8 @@ 2002-10-26 Hans-Peter Nilsson + * 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 diff --git a/gcc/testsuite/gcc.dg/wchar_t-1.c b/gcc/testsuite/gcc.dg/wchar_t-1.c index f0ca09a844d..6d95c69c304 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 7224a21db9a..3f88dcbeab0 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. */