diff options
author | Arnaud Charlet <charlet@adacore.com> | 2021-10-20 10:23:40 +0200 |
---|---|---|
committer | Eric Botcazou <ebotcazou@adacore.com> | 2021-10-20 10:45:48 +0200 |
commit | 8fe93cc664ded8cc1952da28b23f3fc68504a73e (patch) | |
tree | 6abe9a6dbd5db638339298890fc84c96cb482fb3 /gcc/tree-ssa-threadbackward.c | |
parent | c7abdf46fb7ac9a0c37f120feff3fcc3a752584f (diff) | |
download | gcc-8fe93cc664ded8cc1952da28b23f3fc68504a73e.zip gcc-8fe93cc664ded8cc1952da28b23f3fc68504a73e.tar.gz gcc-8fe93cc664ded8cc1952da28b23f3fc68504a73e.tar.bz2 |
Avoid exception propagation during bootstrap
This addresses PR ada/100486, which is the bootstrap failure of GCC 11 for
32-bit Windows in the MSYS setup. The PR shows that we cannot rely on
exception propagation being operational during the bootstrap, at least on
the 11 branch, so fix this by removing the problematic raise statement.
gcc/ada/
PR ada/100486
* sem_prag.adb (Check_Valid_Library_Unit_Pragma): Do not raise an
exception as part of the bootstrap.
Diffstat (limited to 'gcc/tree-ssa-threadbackward.c')
0 files changed, 0 insertions, 0 deletions