This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Putting C++ code into gcc front end
- From: Marc Espie <espie at quatramaran dot ens dot fr>
- To: dalej at apple dot com, gcc at gcc dot gnu dot org
- Cc:
- Date: Wed, 5 Mar 2003 17:23:58 +0100
- Subject: Re: Putting C++ code into gcc front end
- Organization: Ecole Normale Superieure (quatramaran)
- References: <3E649FF8.9000105@codesourcery.com>
In article <6997EA81-4E6A-11D7-80F3-000393D76DAA at apple dot com> you write:
>If you really want to be compliant, all external names have to be unique
>within 6 characters, case-insensitive (3.1.2). Somehow I doubt that's
>going to happen.
On the contrary, this is really easy to do. Just run nm, cut at six chars,
look at collisions. Then add an includ at config.h level which correctly
mangles the names to avoid collisions if wanted.