This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/15169] [3.5 Regression] " const" on the wrong side of type in error message.
- From: "gdr at integrable-solutions dot net" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 4 May 2004 17:14:11 -0000
- Subject: [Bug c++/15169] [3.5 Regression] " const" on the wrong side of type in error message.
- References: <20040427141234.15169.carlo@gcc.gnu.org>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From gdr at integrable-solutions dot net 2004-05-04 17:14 -------
Subject: Re: [3.5 Regression] " const" on the wrong side of type in error message.
"carlo at gcc dot gnu dot org" <gcc-bugzilla@gcc.gnu.org> writes:
| More 'const' and space problems.
| I assume the following errors are related to the one descibed above.
| IniFile::Section::Section(constIniFile::Section&)
This is a duplicate of an existing PR.
Patch is pending (in my local tree) to correct it to print
const IniFile::Section&
The order of appearance of the const is not going to change.
-- Gaby
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=15169