Mailing-List: contact cygwin-help@sourceware.cygnus.com; run by ezmlm
List-Subscribe: <mailto:cygwin-subscribe@sources.redhat.com>
List-Archive: <http://sources.redhat.com/ml/cygwin/>
List-Post: <mailto:cygwin@sources.redhat.com>
List-Help: <mailto:cygwin-help@sources.redhat.com>, <http://sources.redhat.com/ml/#faqs>
Sender: cygwin-owner@sources.redhat.com
Delivered-To: mailing list cygwin@sources.redhat.com
Date: Wed, 8 Aug 2001 15:27:42 -0400
From: Christopher Faylor <cgf@redhat.com>
To: "'gcc-bugs@gcc.gnu.org'" <gcc-bugs@gcc.gnu.org>,
        "'cygwin@cygwin.com'" <cygwin@cygwin.com>
Cc: David.Billinghurst@riotinto.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@cygwin.com
Mail-Followup-To: "'gcc-bugs@gcc.gnu.org'" <gcc-bugs@gcc.gnu.org>,
	"'cygwin@cygwin.com'" <cygwin@cygwin.com>,
	David.Billinghurst@riotinto.com
References: <8D00C32549556B4E977F81DBC24E985D1B1BBC@crtsmail1.technol_exch.corp.riotinto.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/

