This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c/13038] no diagnostic for null pointer misuse
- From: "schwab at suse dot de" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 13 Nov 2003 15:18:29 -0000
- Subject: [Bug c/13038] no diagnostic for null pointer misuse
- References: <20031113142755.13038.fjh@cs.mu.oz.au>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From schwab at suse dot de 2003-11-13 15:18 -------
I don't think an implementation may extend the meaning of an _integer_ constant
expression. IMHO 6.6#10 only says that it may accept other _forms_ of constant
expressions, beyond the forms already defined by the standard (ie. integer,
arithmetic and address constants).
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=13038