This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from d96bd4aade1 tree-optimization/111917 - bougs IL after guard hoisting new 13c0d052478 convert_to_complex vs invalid_conversion [PR111903] new 85e930ac855 Use error_mark_node after error in convert new 1acd4576435 move the (a-b) CMP 0 ? (a-b) : (b-a) optimization from fold [...]
The 3 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: gcc/convert.cc | 21 ++++++++------ gcc/match.pd | 46 ++++++++++++++++++++++++++++-- gcc/objc/objc-gnu-runtime-abi-01.cc | 3 ++ gcc/objc/objc-next-runtime-abi-01.cc | 3 ++ gcc/objc/objc-next-runtime-abi-02.cc | 3 ++ gcc/testsuite/gcc.dg/tree-ssa/phi-opt-38.c | 45 +++++++++++++++++++++++++++++ gcc/testsuite/gcc.target/i386/float16-8.c | 12 ++++++++ 7 files changed, 122 insertions(+), 11 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/phi-opt-38.c create mode 100644 gcc/testsuite/gcc.target/i386/float16-8.c