This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from feb90a0dd6f * BASE-VER: Bump to 9.0.1. new 48c03f157ea PR c++/87893 - constexpr ctor ICE on ARM. new a74580b3890 2019-01-23 Richard Biener rguenther@suse.de
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 | 6 ++++++ gcc/cp/ChangeLog | 8 ++++++++ gcc/cp/constexpr.c | 8 +++++--- gcc/testsuite/ChangeLog | 5 +++++ gcc/testsuite/g++.dg/cpp0x/constexpr-comma1.C | 9 +++++++++ gcc/testsuite/gcc.dg/torture/pr89008.c | 27 +++++++++++++++++++++++++++ gcc/tree-ssa-reassoc.c | 2 +- 7 files changed, 61 insertions(+), 4 deletions(-) create mode 100644 gcc/testsuite/g++.dg/cpp0x/constexpr-comma1.C create mode 100644 gcc/testsuite/gcc.dg/torture/pr89008.c