This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 09321e8 Patch from Roger Orr rogero@howzatt.demon.co.uk PR prepro [...] new 38ea8a2 PR debug/70628 * rtl.h (convert_memory_address_addr_space_1 [...] new d08aa03 PR middle-end/70633 * gimplify.c (gimplify_init_constructor [...]
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/ChangeLog | 16 ++++++++++ gcc/explow.c | 36 ++++++++++++--------- gcc/gimplify.c | 6 +++- gcc/rtl.h | 2 ++ gcc/simplify-rtx.c | 18 +++++++++-- gcc/testsuite/ChangeLog | 8 +++++ gcc/testsuite/gcc.c-torture/compile/pr70633.c | 12 +++++++ gcc/testsuite/gcc.dg/torture/pr70628.c | 46 +++++++++++++++++++++++++++ 8 files changed, 126 insertions(+), 18 deletions(-) create mode 100644 gcc/testsuite/gcc.c-torture/compile/pr70633.c create mode 100644 gcc/testsuite/gcc.dg/torture/pr70628.c