This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 5539bc7 PR c/70281: C FE: fix uninitialized range for __builtin_types [...] new e7142ce Fix PR70278, a problem with the previous split_reg change new 82aab46 David Wohlferd's patch to document more issues with basic asms
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 | 19 ++++++++++++---- gcc/doc/extend.texi | 29 ++++++++++++++++++------ gcc/lra-constraints.c | 7 +++++- gcc/testsuite/ChangeLog | 6 +++++ gcc/testsuite/gcc.dg/torture/pr70278.c | 37 ++++++++++++++++++++++++++++++ gcc/testsuite/gcc.target/arm/pr70278.c | 41 ++++++++++++++++++++++++++++++++++ 6 files changed, 127 insertions(+), 12 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/torture/pr70278.c create mode 100644 gcc/testsuite/gcc.target/arm/pr70278.c