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]

[Bug c++/15169] [3.5 Regression] " const" on the wrong side of type in error message.


------- 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


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