This is the mail archive of the cygwin@cygwin.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: gcc-3.1 test gcc.dg/wint_t-1.c fails on cygwin


On Fri, Jul 27, 2001 at 07:37:50AM -0000, Billinghurst, David (CRTS) wrote:
>gcc-3.1 test gcc.dg/wint_t-1.c fails on cygwin.  The errors are:
>
>... /wint_t-1.c:11: parse error before '*' token 
>... /wint_t-1.c:11: warning: type defaults to `int' in declaration of
>`wi_t_p' 
>... /wint_t-1.c:11: warning: data definition has no type or storage class
>
>The problem is that wint_t isn't defined in the system headers, as is
>apparent in wint_t-1.i below.  
>
>I guess there are three possible fixes:
>*	XFAIL the test
>*	define something so that the typedef in gcc's own stddef.h is picked
>up
>*	fix the cygwin wchar.h headers
>
>Any suggestions?

Sorry for the delay.

I've added a '#define __need_wint_t' to wchar.h.

Does that fix the problem by any chance?

cgf

--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Bug reporting:         http://cygwin.com/bugs.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]