This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from ccfbefc * alias.c (get_alias_set): Fix a typo in comment. new bbf5822 PR c++/68890 new 521a637 PR c++/69753 new 0799f49 Add support for the FCCMP insn types
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/ChangeLog | 14 ++++++++++++++ gcc/config/aarch64/aarch64.md | 4 ++-- gcc/config/aarch64/thunderx.md | 2 +- gcc/config/arm/cortex-a53.md | 4 ++-- gcc/config/arm/cortex-a57.md | 2 +- gcc/config/arm/exynos-m1.md | 5 +++++ gcc/config/arm/types.md | 3 +++ gcc/config/arm/xgene1.md | 2 +- gcc/cp/ChangeLog | 17 +++++++++++++++++ gcc/cp/call.c | 5 ++++- gcc/cp/constexpr.c | 3 ++- gcc/cp/cp-tree.h | 2 +- gcc/cp/name-lookup.c | 13 +------------ gcc/cp/pt.c | 13 ++++++++++--- gcc/cp/search.c | 18 ++++++++++++++++++ gcc/cp/semantics.c | 23 +---------------------- gcc/cp/tree.c | 17 ----------------- gcc/testsuite/g++.dg/cpp0x/constexpr-value5.C | 18 ++++++++++++++++++ gcc/testsuite/g++.dg/lookup/member3.C | 17 +++++++++++++++++ 19 files changed, 118 insertions(+), 64 deletions(-) create mode 100644 gcc/testsuite/g++.dg/cpp0x/constexpr-value5.C create mode 100644 gcc/testsuite/g++.dg/lookup/member3.C