]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
wchar_t-1.c: XFAIL on darwin, no wchar.h available.
authorAndreas Tobler <a.tobler@schweiz.ch>
Mon, 26 May 2003 18:10:20 +0000 (20:10 +0200)
committerAndreas Tobler <andreast@gcc.gnu.org>
Mon, 26 May 2003 18:10:20 +0000 (20:10 +0200)
2003-05-26  Andreas Tobler <a.tobler@schweiz.ch>

        * gcc.dg/wchar_t-1.c: XFAIL on darwin, no wchar.h available.
        * gcc.dg/wint_t-1.c: Likewise.

From-SVN: r67176

gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/wchar_t-1.c
gcc/testsuite/gcc.dg/wint_t-1.c

index b670e7d8f71e1b02d0e7f22454df7cb5a32ae84e..9e01a21da749f27254970adc36211a4e43046c1d 100644 (file)
@@ -1,3 +1,8 @@
+2003-05-26  Andreas Tobler <a.tobler@schweiz.ch>
+
+       * gcc.dg/wchar_t-1.c: XFAIL on darwin, no wchar.h available.
+       * gcc.dg/wint_t-1.c: Likewise.
+
 2003-05-25  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
 
        * g++.dg/template/access11.C: New test.
index 6d95c69c304d839725f4e64864ab8e180e7a0f39..877b50e98717a5f70b3777a8f5549efeb029b0a4 100644 (file)
@@ -5,7 +5,7 @@
    match.  */
 
 #define _STDDEF_H
-#include <wchar.h>
+#include <wchar.h> /* { dg-excess-errors "" { xfail *-*-darwin* } } */
 
 __WCHAR_TYPE__ __wc_t__;
 wchar_t *wc_t_p;
index 3f88dcbeab06d751e2ca035739943f9d5e7bf884..b4f4e0a2a5ed536c652faa943fd4a3119fe0e9dc 100644 (file)
@@ -5,7 +5,7 @@
    match.  */
 
 #define _STDDEF_H
-#include <wchar.h>
+#include <wchar.h> /* { dg-excess-errors "" { xfail *-*-darwin* } } */
 
 __WINT_TYPE__ __wi_t__;
 wint_t *wi_t_p;