C++ bootstrap (part 11/n): Add casts from void *

Richard Henderson rth@redhat.com
Wed Jul 28 13:59:00 GMT 2004


On Wed, Jul 28, 2004 at 03:14:10AM +0200, Bernardo Innocenti wrote:
> And so we loose *all* of C++'s enum type safety.  Don't we have
> any other choice?

Rearrange things such that all codes for all languages are put
into the same enumeration.  This can be done either by #includes
or by a generator program.


r~



More information about the Gcc-patches mailing list