]> git.ipfire.org Git - thirdparty/gcc.git/commit
Properly enable -freorder-blocks-and-partition on 64-bit Windows
authorEric Botcazou <ebotcazou@adacore.com>
Mon, 10 Jan 2022 11:40:10 +0000 (12:40 +0100)
committerEric Botcazou <ebotcazou@adacore.com>
Mon, 10 Jan 2022 14:10:22 +0000 (15:10 +0100)
commit331733c384ed74539b38e5fa933b35818a109f5c
tree2e48f848f080775f28ca74689ff47f4618378217
parentea420097f54d45a0db2956b36e09ebb310a79607
Properly enable -freorder-blocks-and-partition on 64-bit Windows

The 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 the change installed on mainline, the middle-end properly disables it,
which is too bad since a significant amount of work went into it for SEH.

gcc/
PR target/103465
* coretypes.h (unwind_info_type): Swap UI_SEH and UI_TARGET.
gcc/coretypes.h