This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 88fc730efdd ada: Fix computation of new size when reallocating unbounde [...] new c5ccdfdcab0 match: Fix wrong code due to `(a ? e : f) !=/== (b ? e : f) [...]
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/match.pd | 23 ++++++++----- gcc/testsuite/g++.dg/torture/pr116120-1.C | 32 ++++++++++++++++++ gcc/testsuite/g++.dg/torture/pr116120-2.C | 53 ++++++++++++++++++++++++++++++ gcc/testsuite/g++.dg/tree-ssa/pr111150.C | 10 ++++++ gcc/testsuite/gcc.dg/tree-ssa/pr111150-1.c | 9 +++++ gcc/testsuite/gcc.dg/tree-ssa/pr111150.c | 1 + 6 files changed, 120 insertions(+), 8 deletions(-) create mode 100644 gcc/testsuite/g++.dg/torture/pr116120-1.C create mode 100644 gcc/testsuite/g++.dg/torture/pr116120-2.C