This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 209f02b0a9e Don't peel nonlinear iv(mult or shift) for epilog when vf i [...] new d2423144eb3 Replace IFN_TRAP with BUILT_IN_UNREACHABLE_TRAP [PR107300]
The 1 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/asan.cc | 1 + gcc/attribs.cc | 1 + gcc/builtins.cc | 2 ++ gcc/builtins.def | 1 + gcc/cgraph.cc | 4 ++-- gcc/gimple.cc | 11 +---------- gcc/internal-fn.cc | 6 ------ gcc/internal-fn.def | 5 ----- gcc/ipa-devirt.cc | 6 ++++-- gcc/testsuite/gcc.dg/pr107300.c | 19 +++++++++++++++++++ gcc/tree-cfg.cc | 3 +++ gcc/tree.cc | 9 ++++++++- 12 files changed, 42 insertions(+), 26 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/pr107300.c