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

Andrew Pinski <pinskia at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           See Also|                            |https://gcc.gnu.org/bugzill
                   |                            |a/show_bug.cgi?id=89075

--- Comment #7 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
Note in the original testcase and in both testcases from the duplicates, they
all fail if you do `s/noreturn/const/` or `s/volatile/const/`. As I mentioned
this is because of the noreturn and const attributes they also touch the
qualifiers of the function type to be volatile or const.

Reply via email to