This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/13005] Pointer wrongly adjusted for derived class containing virtual function
- From: "bangerth at dealii dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 9 Jan 2004 15:15:59 -0000
- Subject: [Bug c++/13005] Pointer wrongly adjusted for derived class containing virtual function
- References: <20031111075141.13005.stephenma@telus.net>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From bangerth at dealii dot org 2004-01-09 15:15 -------
I think that if we usually don't refer to a specific flag in warnings
and error messages, we should keep to that here as well. However, a good
way to avoid getting lots of questions is to do the following:
- list the exact error message text in the manual where you
describe this flag, for example when showing a small example
- leave a small note in the code where the error is issued that
the exact wording is mirrored in the manual (so as to remind people
changing the wording of the message that they also need to change
the manual).
W.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=13005