This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: new fails on gcc 3.4, i686-unknown-openbsd3.1
- From: Marc Espie <espie at nerim dot net>
- To: Andrew Pinski <pinskia at physics dot uc dot edu>
- Cc: Mark Mitchell <mark at codesourcery dot com>,Marc Espie <espie at cvs dot openbsd dot org>, tech at openbsd dot org, gcc at gcc dot gnu dot org
- Date: Sat, 28 Dec 2002 18:27:34 +0100
- Subject: Re: new fails on gcc 3.4, i686-unknown-openbsd3.1
- References: <200212281205.gBSC5PAn026010@grendel.geop.uc.edu> <5110B085-1A88-11D7-B063-000393A6D2F2@physics.uc.edu>
- Reply-to: espie at nerim dot net
On Sat, Dec 28, 2002 at 12:18:00PM -0500, Andrew Pinski wrote:
> The new failures on i686-unknown-openbsd3.1 are caused by the new
> parser and/or
> the definition of __BEGIN_DECLS/__END_DECLS in openbsd's header,
> sys/cdefs.h:
> #define __BEGIN_DECLS extern "C" {
> #define __END_DECLS };
>
> Note the semicolon after }, that is what is causing it.
Thanks, this will be fixed shortly.