This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 448338d0cd3 2019-03-08 François Dumont fdumont@gcc.gnu.org new c1c6d679e07 PR target/80190 * config/darwin.c: Include intl.h. (darw [...] new 29005d9cdef PR c++/89622 * call.c (joust): Call print_z_candidate onl [...] new 92651efbf37 PR c++/89599 * constexpr.c (potential_constant_expression [...] new 222c113b459 PR c++/89585 * parser.c (cp_parser_asm_definition): Just [...]
The 4 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 | 7 +++++++ gcc/config/darwin.c | 6 ++++-- gcc/cp/ChangeLog | 14 ++++++++++++++ gcc/cp/call.c | 14 ++++++++------ gcc/cp/constexpr.c | 7 +++++++ gcc/cp/parser.c | 13 ++++++++----- gcc/testsuite/ChangeLog | 14 ++++++++++++++ gcc/testsuite/g++.dg/asm-qual-3.C | 2 +- gcc/testsuite/g++.dg/cpp0x/constexpr-89599.C | 6 ++++++ gcc/testsuite/g++.dg/parse/array-size2.C | 2 ++ gcc/testsuite/g++.dg/ubsan/vptr-4.C | 11 +++++------ gcc/testsuite/g++.dg/warn/pr89622.C | 27 +++++++++++++++++++++++++++ 12 files changed, 103 insertions(+), 20 deletions(-) create mode 100644 gcc/testsuite/g++.dg/cpp0x/constexpr-89599.C create mode 100644 gcc/testsuite/g++.dg/warn/pr89622.C