Commit ff06b392 by Mike Stump Committed by Mike Stump

* gcc.dg/wint_t-1.c: Expect to pass on darwin 10.3.x and later.

From-SVN: r84717
parent 5f216065
2004-07-14 Mike Stump <mrs@apple.com> 2004-07-14 Mike Stump <mrs@apple.com>
* gcc.dg/wint_t-1.c: Expect to pass on darwin 10.3.x and later.
2004-07-14 Mike Stump <mrs@apple.com>
* gcc.dg/wchar_t-1.c: Expect to pass on darwin 10.3.x and later. * gcc.dg/wchar_t-1.c: Expect to pass on darwin 10.3.x and later.
2004-07-13 Mark Mitchell <mark@codesourcery.com> 2004-07-13 Mark Mitchell <mark@codesourcery.com>
......
...@@ -5,7 +5,7 @@ ...@@ -5,7 +5,7 @@
match. */ match. */
#define _STDDEF_H #define _STDDEF_H
#include <wchar.h> /* { dg-excess-errors "" { xfail *-*-darwin* } } */ #include <wchar.h>
__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