This is the mail archive of the gcc-patches@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: Don't handle #pragma in cp_lexer_peek_token


David Edelsohn <dje@watson.ibm.com> writes:

>> Bootstrapped amd64-linux with no regressions.
>
> 	This should have been bootstrapped on a non-Linux system.

It was: powerpc-darwin.  

This system doesn't define NO_IMPLICIT_EXTERN_C, but it ought to (the
system headers contain explicit extern "C" markers).  I don't have
access to any target which needs implicit extern "C".

> This patch appears to be causing a massive number of C++ failures on
> AIX because __assert now is being mangled.

The first thing I must ask is that you investigate whether defining
NO_IMPLICIT_EXTERN_C solves the problem.  If not, I will need some
preprocessed source.

zw


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