Re: [PATCH 7/13] v2 Use new per-location warning APIs in the FORTRAN front end

2021-06-28 Thread Martin Sebor via Gcc-patches
On 6/23/21 11:05 PM, Jeff Law wrote: On 6/4/2021 3:42 PM, Martin Sebor via Gcc-patches wrote: The attached patch replaces the uses of TREE_NO_WARNING in the FORTRAN front end with the new suppress_warning() API. gcc-no-warning-fortran.diff Add support for per-location warning groups. gcc/fo

Re: [PATCH 7/13] v2 Use new per-location warning APIs in the FORTRAN front end

2021-06-23 Thread Jeff Law via Gcc-patches
On 6/4/2021 3:42 PM, Martin Sebor via Gcc-patches wrote: The attached patch replaces the uses of TREE_NO_WARNING in the FORTRAN front end with the new suppress_warning() API. gcc-no-warning-fortran.diff Add support for per-location warning groups. gcc/fortran/ChangeLog: * trans-arr