This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 24709509dea 2019-03-31 Harald Anlauf anlauf@gmx.de new cf13db0c6b7 PR c++/89852 - ICE with C++11 functional cast with { }. * [...]
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/cp/ChangeLog | 11 +++ gcc/cp/constexpr.c | 112 +++++++++++++++++++++---------- gcc/cp/cp-tree.h | 3 + gcc/cp/typeck2.c | 3 +- gcc/testsuite/ChangeLog | 5 ++ gcc/testsuite/g++.dg/cpp0x/initlist115.C | 18 +++++ 6 files changed, 114 insertions(+), 38 deletions(-) create mode 100644 gcc/testsuite/g++.dg/cpp0x/initlist115.C