On Mon, Jan 10, 2022 at 10:19 AM Eric Botcazou via Gcc-patches <gcc-patches@gcc.gnu.org> wrote: > > Hi, > > this PR uncovered that -freorder-blocks-and-partition was working by accident > on 64-bit Windows, i.e. the middle-end was supposed to disable it with SEH. > After Martin's change, the middle-end properly disables it now, which is too > bad since a significant amount of work went into its implementation for SEH. > > Tested on x86-64/Windows, OK for all active branches?
OK. Richard. > > 2022-01-10 Eric Botcazou <ebotca...@adacore.com> > > PR target/103465 > * coretypes.h (unwind_info_type): Swap UI_SEH and UI_TARGET. > > -- > Eric Botcazou