This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gnu_cross_build/master-arm in repository toolchain/ci/gcc.
from cff8fa9a440 docs: Use https in manual. adds 78ee8381bf0 optabs: Fix up checking for CALLs in newly added code by do [...] adds 3c5fd3616f7 loop-invariant: Fix -fcompare-debug failure [PR103837] adds 9258ac53cfc fold-const: Fix up fold_truth_andor_1 shift handling [PR103813] adds db25655fa5d c++: ICE on enum with bool value [PR99968]
No new revisions were added by this update.
Summary of changes: gcc/fold-const.c | 14 +++++++++++-- gcc/loop-invariant.c | 19 +++++++++++++---- gcc/optabs.c | 8 ++++++++ gcc/testsuite/g++.dg/ext/is_enum2.C | 10 +++++++++ gcc/testsuite/gcc.c-torture/compile/pr103813.c | 10 +++++++++ gcc/testsuite/gcc.dg/pr103837.c | 19 +++++++++++++++++ gcc/testsuite/gcc.dg/pr103838.c | 28 ++++++++++++++++++++++++++ gcc/tree.c | 1 + 8 files changed, 103 insertions(+), 6 deletions(-) create mode 100644 gcc/testsuite/g++.dg/ext/is_enum2.C create mode 100644 gcc/testsuite/gcc.c-torture/compile/pr103813.c create mode 100644 gcc/testsuite/gcc.dg/pr103837.c create mode 100644 gcc/testsuite/gcc.dg/pr103838.c