This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 6dd0b41b99e testsuite: Remove lp64 requirement from gcc.target/i386/pr1 [...] new 17af6bff039 c++: Remove gnu::gnu_inline attribute on inheriting ctors [ [...] new dd8df074c9c simplify-rtx: Fix up shift/rotate VOIDmode count handling [ [...]
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/cp/method.cc | 4 ++++ gcc/simplify-rtx.cc | 21 +++++++++++---------- gcc/testsuite/g++.dg/ext/gnu-inline-inh-ctor1.C | 22 ++++++++++++++++++++++ gcc/testsuite/g++.dg/ext/gnu-inline-inh-ctor2.C | 15 +++++++++++++++ gcc/testsuite/gcc.target/i386/pr123523.c | 24 ++++++++++++++++++++++++ 5 files changed, 76 insertions(+), 10 deletions(-) create mode 100644 gcc/testsuite/g++.dg/ext/gnu-inline-inh-ctor1.C create mode 100644 gcc/testsuite/g++.dg/ext/gnu-inline-inh-ctor2.C create mode 100644 gcc/testsuite/gcc.target/i386/pr123523.c