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++/17920] add __attribute__((reimpl)) as a replacement for the (optional) virtual keyword for reimplementations of virtual functions


------- Additional Comments From giovannibajo at libero dot it  2004-10-10 22:41 -------
As far as I can tell, this is just a hint for the compiler to generate better 
diagnostic. Pretty much like attribute(sentinel) for instance: we just give the 
compiler more information, we are not modifying the semantic of a program.

I'm actually in favor of this PR so I will confirm this. This is not an 
extension as in we are modifying the language semantic, adding strange features 
or whatnot.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|                            |1
   Last reconfirmed|0000-00-00 00:00:00         |2004-10-10 22:41:32
               date|                            |


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


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