Commit 634a5694 by Andreas Tobler Committed by Andreas Tobler

wchar_t-1.c: XFAIL on darwin, no wchar.h available.

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
parent 002bd606
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> 2003-05-25 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
* g++.dg/template/access11.C: New test. * g++.dg/template/access11.C: New test.
......
...@@ -5,7 +5,7 @@ ...@@ -5,7 +5,7 @@
match. */ match. */
#define _STDDEF_H #define _STDDEF_H
#include <wchar.h> #include <wchar.h> /* { dg-excess-errors "" { xfail *-*-darwin* } } */
__WCHAR_TYPE__ __wc_t__; __WCHAR_TYPE__ __wc_t__;
wchar_t *wc_t_p; wchar_t *wc_t_p;
......
...@@ -5,7 +5,7 @@ ...@@ -5,7 +5,7 @@
match. */ match. */
#define _STDDEF_H #define _STDDEF_H
#include <wchar.h> #include <wchar.h> /* { dg-excess-errors "" { xfail *-*-darwin* } } */
__WINT_TYPE__ __wi_t__; __WINT_TYPE__ __wi_t__;
wint_t *wi_t_p; wint_t *wi_t_p;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment