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

Jakub Jelinek <jakub at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jakub at gcc dot gnu.org

--- Comment #3 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
musttail only appertains to return statement, that is documented.
Making this an error would be really hard, whether we emit a warning or error
doesn't for attributes depend on which attribute it is, but what the attribute
appertains to, in some places an error is emitted, in most a warning.

Reply via email to