Ping: https://gcc.gnu.org/pipermail/gcc-patches/2021-June/571978.html
Looking for an approval of the 99% mechanical changes to switch the FORTRAN front end from TREE_NO_WARNING to the new suppress_warning() API. There's only one place in this patch where a specific warning is being suppressed -Wuninitialized. All other calls suppress all warnings as before, so I don't expect the patch to have any visible changes. On 6/4/21 3:42 PM, Martin Sebor wrote:
The attached patch replaces the uses of TREE_NO_WARNING in the FORTRAN front end with the new suppress_warning() API.