https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84318
Jakub Jelinek <jakub at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Summary|[13 Regression] attribute |attribute deprecated on
|deprecated on function |function templates
|templates different than |different than class
|class templates |templates
Target Milestone|13.5 |---
CC| |jakub at gcc dot gnu.org
--- Comment #16 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
I have no evidence this has ever been a regression.
If I remove the deprecated attribute arguments, before r5-5027 we don't emit
any warnings at all, starting with that commit one warning and even on the
latest trunk one, not two.