This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: C++ bootstrap (part 4/n): Don't redefine bool, true and false in C++
- From: Richard Henderson <rth at redhat dot com>
- To: Bernardo Innocenti <bernie at develer dot com>
- Cc: GCC Patches <gcc-patches at gcc dot gnu dot org>
- Date: Sat, 24 Jul 2004 18:56:53 -0700
- Subject: Re: C++ bootstrap (part 4/n): Don't redefine bool, true and false in C++
- References: <4102FFF0.70708@develer.com>
On Sun, Jul 25, 2004 at 02:33:52AM +0200, Bernardo Innocenti wrote:
> This avoids redefining bool, true and false for C++.
You'll have the same ABI size problems as we did with _Bool.
> TRUE and FALSE are still kept for backwards comptibility (maybe I
> could kill them in a followup patch).
Please.
r~