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++/11112] wrong warning when classes have private destructors and their first member functions are not static.


PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

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


bangerth@dealii.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |FIXED
            Summary|wrong warning when classes  |wrong warning when classes
                   |have private destructors and|have private destructors and
                   |their first member functions|their first member functions
                   |are not static.             |are not static.


------- Additional Comments From bangerth@dealii.org  2003-06-06 18:17 -------
This is fixed in 3.3 and mainline. These versions don't produce any
warning any more, which was not very useful from the beginning.

W.


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