Re: [patch] Fix PR target/103465

2022-01-10 Thread Richard Biener via Gcc-patches
On Mon, Jan 10, 2022 at 10:19 AM Eric Botcazou via Gcc-patches 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

[patch] Fix PR target/103465

2022-01-10 Thread Eric Botcazou via Gcc-patches
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 implemen