This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 70870cc59e4 aarch64: FEAT_SVE_BFSCALE support new 6868526bb79 tree-optimization/123537 - fix too permissive .REDUC_* folding new 974182ec098 rtl-optimization/106859 - fix location dumping from var-tracking new 8c0458505a9 ipa/111036 - strip nop conversions around __builtin_constan [...]
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/match.pd | 14 ++++++++++---- gcc/testsuite/gcc.dg/pr123537.c | 20 ++++++++++++++++++++ gcc/testsuite/gcc.dg/torture/pr111036.c | 24 ++++++++++++++++++++++++ gcc/var-tracking.cc | 3 ++- 4 files changed, 56 insertions(+), 5 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/pr123537.c create mode 100644 gcc/testsuite/gcc.dg/torture/pr111036.c