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++/13005] Pointer wrongly adjusted for derived class containing virtual function


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


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