This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: new fails on gcc 3.4, i686-unknown-openbsd3.1


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.


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