This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 201c21b0e84 ada: Fix unescaped quotes when combining fdiagnostics-forma [...] new 4fb639a7fee cfgrtl: Don't try to redirect asm goto to EXIT [PR108263] new 226a498733e expr: Fix up store_expr into SUBREG_PROMOTED_* target [PR108264]
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/cfgrtl.cc | 8 ++++++-- gcc/expr.cc | 3 +++ gcc/testsuite/gcc.dg/pr108263.c | 25 +++++++++++++++++++++++++ gcc/testsuite/gcc.dg/pr108264.c | 27 +++++++++++++++++++++++++++ 4 files changed, 61 insertions(+), 2 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/pr108263.c create mode 100644 gcc/testsuite/gcc.dg/pr108264.c