This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 1ae53b20c24 openmp: Fix up OpenMP loop parsing in templates [PR123597] new e63b59a0025 tree-optimization/123771 - missing conversion of induction step new 0ba37a153fc builtins: Only fold abs/absu if it is sane [PR123703]
The 2 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/builtins.cc | 2 +- gcc/testsuite/gcc.c-torture/compile/pr123703.c | 10 ++++++++++ gcc/tree-vect-loop.cc | 14 +++++++------- 3 files changed, 18 insertions(+), 8 deletions(-) create mode 100644 gcc/testsuite/gcc.c-torture/compile/pr123703.c