This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH] Clean up df in case of reload failure (PR middle-end/32370)



df-core.c requires its passes (rest_of_handle_df_initialize
and rest_of_handle_df_finish) to be executed in pairs, if
it is initialized, it must be cleaned up and it can't be cleaned up
if not initialized.  But they are invoked in different passes.c
pass lists.

I assume you tested moving pass_df_finish out of pass_postreload. If so, this patch is ok.


Paolo


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]