This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from f172f032e32 docs: Fix up typo in --with-tls= description new 4aebd0c595b ++: Fix up cp_compare_floating_point_conversion_ranks for d [...] new 986938a310e c++, dwarf2out: Debug info for namespace scope structured b [...]
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/cp/decl.cc | 17 +++++++++++++++ gcc/cp/typeck.cc | 25 +++++++++++++++++++++- gcc/dwarf2out.cc | 30 +++++++++++++++++++++++++-- gcc/testsuite/g++.dg/dfp/pr122834-1.C | 17 +++++++++++++++ gcc/testsuite/g++.dg/dfp/pr122834-2.C | 19 +++++++++++++++++ gcc/testsuite/g++.dg/guality/decomp1.C | 38 ++++++++++++++++++++++++++++++++++ 6 files changed, 143 insertions(+), 3 deletions(-) create mode 100644 gcc/testsuite/g++.dg/dfp/pr122834-1.C create mode 100644 gcc/testsuite/g++.dg/dfp/pr122834-2.C create mode 100644 gcc/testsuite/g++.dg/guality/decomp1.C