This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: c++/7178: "CONST" pre-processed to "const" -- case problem (pre-processing bug)


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]