This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 9aaafcb342d AVR: Add AVR16EB, AVR16EA and AVR32EA devices. new 1251d3957de cfgexpand: Workaround CSE of ADDR_EXPRs in VAR_DECL partiti [...]
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/cfgexpand.cc | 30 +++++++++++++++-- gcc/testsuite/gcc.c-torture/execute/pr110115.c | 45 ++++++++++++++++++++++++++ gcc/testsuite/gcc.c-torture/execute/pr111422.c | 39 ++++++++++++++++++++++ gcc/testsuite/gcc.c-torture/execute/pr90348.c | 38 ++++++++++++++++++++++ gcc/testsuite/gcc.dg/torture/bitint-49.c | 28 ++++++++++++++++ 5 files changed, 178 insertions(+), 2 deletions(-) create mode 100644 gcc/testsuite/gcc.c-torture/execute/pr110115.c create mode 100644 gcc/testsuite/gcc.c-torture/execute/pr111422.c create mode 100644 gcc/testsuite/gcc.c-torture/execute/pr90348.c create mode 100644 gcc/testsuite/gcc.dg/torture/bitint-49.c