Ping: https://gcc.gnu.org/pipermail/gcc-patches/2021-June/571981.html
Looking for a review of the middle end changes to replace the uses of TREE_NO_WARNING and gimple_{get,set}_no_warning with the new warning group APIs. Most of the changes are a mechanical search and replace kind, just a handful do ever-so-slightly more than that, but none of those should have any observable effect. On 6/4/21 3:43 PM, Martin Sebor wrote:
The attached patch introduces declarations of the new suppress_warning(), warning_suppressed_p(), and copy_warning() APIs, and replaces the uses of TREE_NO_WARNING in the middle end with them.