This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
IMPLICIT_EXTERN_C failure due to cpplib patch
- From: David Edelsohn <dje at watson dot ibm dot com>
- To: Neil Booth <neil at daikokuya dot co dot uk>
- Cc: gcc at gcc dot gnu dot org, gcc-patches at gcc dot gnu dot org
- Date: Sun, 02 Mar 2003 16:41:16 -0500
- Subject: IMPLICIT_EXTERN_C failure due to cpplib patch
- References: <20030301142620.GA26876@daikokuya.co.uk>
The cpplib patch has broken IMPLICIT_EXTERN_C support which has
broken bootstrap on AIX. With the cpplib patch, some functions now are
being mangled, causing unresolved references.
David