This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 5132f59ff74 2019-02-21 Thomas Koenig tkoenig@gcc.gnu.org new 827e219d8d2 2019-02-21 Thomas Koenig tkoenig@gcc.gnu.org new 69547664e3a Fix pr88850-2 test new dcd8f919e76 PR c++/88690 - C++17 ICE with empty base in aggregate.
The 3 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/ChangeLog | 6 ++++++ gcc/cp/typeck2.c | 7 ++++++ gcc/fortran/ChangeLog | 5 +++++ gcc/fortran/dump-parse-tree.c | 37 +++++++++++++++++++++++++++++++- gcc/testsuite/ChangeLog | 5 +++++ gcc/testsuite/g++.dg/cpp1z/aggr-base7.C | 8 +++++++ gcc/testsuite/gcc.target/arm/pr88850-2.c | 1 + gcc/testsuite/gcc.target/arm/pr88850.c | 2 +- 8 files changed, 69 insertions(+), 2 deletions(-) create mode 100644 gcc/testsuite/g++.dg/cpp1z/aggr-base7.C