On Tue, 2021-09-07 at 16:18 +0000, Petter Tomner via Gcc-patches wrote: > I realized I still managed to mess up some WS. I have attached a > patch that is the same, except fixes the WS issue > underneath. > > Regards, Petter > > + FOR_EACH_VEC_ELT (m_globals, i, global) > + rest_of_decl_compilation (global, true, true);
Thanks for the updated patch. Looks good to me, assuming it's been tested successfully. It should be combined with the testcase into a single commit when pushed. Do you have push rights to the GCC git repo? Dave