This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch releases/gcc-12 in repository gcc.
from 8e230a3c026 loongarch: exclude LARCH_PROLOGUE_TEMP from SIBCALL_REGS [P [...] new d67dfc5f80e libgomp: Fix up target-31.c test [PR106045] new d068623e5b1 expand: Fix up expand_cond_expr_using_cmove [PR106030] new 9e72a522dd9 ifcvt: Don't introduce trapping or faulting reads in noce_t [...]
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/expr.cc | 3 ++- gcc/ifcvt.cc | 15 ++++++++------- gcc/testsuite/gcc.c-torture/compile/pr106030.c | 16 ++++++++++++++++ gcc/testsuite/gcc.c-torture/execute/pr106032.c | 21 +++++++++++++++++++++ libgomp/testsuite/libgomp.c/target-31.c | 2 +- 5 files changed, 48 insertions(+), 9 deletions(-) create mode 100644 gcc/testsuite/gcc.c-torture/compile/pr106030.c create mode 100644 gcc/testsuite/gcc.c-torture/execute/pr106032.c