Mailing-List: contact cygwin-help AT sourceware DOT cygnus DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT sources DOT redhat DOT com Delivered-To: mailing list cygwin AT sources DOT redhat DOT com Date: Wed, 8 Aug 2001 15:27:42 -0400 From: Christopher Faylor To: "'gcc-bugs AT gcc DOT gnu DOT org'" , "'cygwin AT cygwin DOT com'" Cc: David DOT Billinghurst AT riotinto DOT com Subject: Re: gcc-3.1 test gcc.dg/wint_t-1.c fails on cygwin Message-ID: <20010808152742.B7901@redhat.com> Reply-To: cygwin AT cygwin DOT com Mail-Followup-To: "'gcc-bugs AT gcc DOT gnu DOT org'" , "'cygwin AT cygwin DOT com'" , David DOT Billinghurst AT riotinto DOT com References: <8D00C32549556B4E977F81DBC24E985D1B1BBC AT crtsmail1 DOT technol_exch DOT corp DOT riotinto DOT org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.3.11i In-Reply-To: <8D00C32549556B4E977F81DBC24E985D1B1BBC@crtsmail1.technol_exch.corp.riotinto.org>; from David.Billinghurst@riotinto.com on Fri, Jul 27, 2001 at 07:37:50AM -0000 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/