This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
Re: 'false' should be a valid null pointer constant
- To: martin at mira dot isdn dot cs dot tu-berlin dot de, sdouglas at arm dot com
- Subject: Re: 'false' should be a valid null pointer constant
- From: sdouglas at arm dot com (scott douglass)
- Date: Thu, 25 Nov 1999 20:24:59 GMT
- Cc: gcc-bugs at gcc dot gnu dot org
Thanks for looking into this so quickly. I am trying to get a copy of gcc-2.95.2
so I can try things out before sending them next time.
If you don't mind can you see if it accepts this (in C++ mode):
int a[2 < 3];
egcs-2.91.66 doesn't.