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++/15269] __attribute__((deprecated)) broken with inline, ignored with pure virtual, misreported after definition



------- Comment #6 from jason at gcc dot gnu dot org  2007-09-23 04:33 -------
About #3: When we see the definition of a function, we don't keep information
about where it was first declared.  For member functions, we could give the
source position of the class if that would be helplful.


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=15269


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