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

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

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

--- Comment #6 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
Why has this been backported to 15 branch?
Generally accepts-invalid bugs aren't backported to release branches, or
similar changes which cause rejection of more code than was accepted before on
the branch, or more warnings than before on the branch.
It is ok to e.g. error on something we'd ICEd on before.
The reason for this is so that people need to do (if possible) porting of their
codes to a newer gcc version just once a year for major releases, so that they
don't need to repeat it every week or month again.

Reply via email to