This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [C++ PATCH] fix 3145
- From: Neil Booth <neil at daikokuya dot demon dot co dot uk>
- To: Mark Mitchell <mark at codesourcery dot com>
- Cc: Nathan Sidwell <nathan at codesourcery dot com>,"gcc-patches at gcc dot gnu dot org" <gcc-patches at gcc dot gnu dot org>
- Date: Wed, 21 Nov 2001 22:29:14 +0000
- Subject: Re: [C++ PATCH] fix 3145
- References: <3BFAB8B2.89322B92@codesourcery.com> <70600000.1006366891@gandalf.codesourcery.com>
Mark Mitchell wrote:-
> And shouldn't NONNULL have type `bool'?
I'll butt in if that's OK. Parameters can't have type bool, because of
C promotion issues.
Neil.