On 10/3/19 5:59 AM, Vladislav Ivanishin wrote: > This patch removes the old implementation of the warning on RTL. > > Note: regstat_get_setjmp_crosses() and the associated data seems to be > needed for the RA itself, so I am not touching that. > > > 0002-Remove-the-old-implementation-of-Wclobbered.patch > > From c86a8fdc3f91d3cd33d73c7063bb9be2a7ae7e1f Mon Sep 17 00:00:00 2001 > From: Vladislav Ivanishin <v...@ispras.ru> > Date: Thu, 29 Aug 2019 15:14:59 +0300 > Subject: [PATCH 2/3] Remove the old implementation of -Wclobbered > > gcc/ > > * function.c (regno_clobbered_at_setjmp): Remove function. > (setjmp_vars_warning): Remove function. > (setjmp_args_warning): Remove function. > (generate_setjmp_warnings): Remove function. > * gcc/ira.c (ira): Remove the call to generate_setjmp_warnings. This is OK once we have an implementation committed which operates on gimple.
jeff