c++/7178: "CONST" pre-processed to "const" -- case problem (pre-processing bug)
lerdsuwa@gcc.gnu.org
lerdsuwa@gcc.gnu.org
Sat Oct 26 07:47:00 GMT 2002
Synopsis: "CONST" pre-processed to "const" -- case problem (pre-processing bug)
State-Changed-From-To: open->closed
State-Changed-By: lerdsuwa
State-Changed-When: Sat Oct 26 07:35:34 2002
State-Changed-Why:
Not a bug. It appears that "CONST" is defined to be "const" on your platform by some system header. So "CONST" should not be used as a variable name there.
http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view%20audit-trail&database=gcc&pr=7178
More information about the Gcc-bugs
mailing list