[Bug c++/79078] Warnings from deprecated attribute are too noisy

redi at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Wed Mar 21 14:36:00 GMT 2018


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79078

Jonathan Wakely <redi at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Last reconfirmed|2017-01-13 00:00:00         |2018-3-21

--- Comment #13 from Jonathan Wakely <redi at gcc dot gnu.org> ---
Comment 1 and comment 2 are fixed by PR 84222.

Comment 3 now only gives three warnings (for the three uses of D in the
non-member function) not five warnings. The warnings within the class are gone,
but no improvement for the non-member function.

Similarly, comment 5 has two fewer warnings (five not seven).


More information about the Gcc-bugs mailing list