This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from bde7b018d45 [PR target/123010] Simplify shift of sign extracted field t [...] new b01d6fa9759 [PATCH v4] match.pd: (c?a:b) op d -> c ? (a op d):(b op d) [...]
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 | 17 +++ gcc/testsuite/gcc.dg/torture/pr122608.c | 189 +++++++++++++++++++++++++++++++ gcc/testsuite/gcc.target/i386/pr110701.c | 14 ++- 3 files changed, 217 insertions(+), 3 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/torture/pr122608.c