This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 554915999ab * pt.c (convert_template_argument): Add a diagnostic for t [...] new 02c0a8dbed5 * name-lookup.c (finish_using_directive): Don't issue info [...] new 31d01c8be7c CWG 2094 - volatile scalars are trivially copyable. PR c+ [...]
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/ChangeLog | 10 ++++++++++ gcc/cp/name-lookup.c | 6 +++--- gcc/cp/tree.c | 3 ++- gcc/testsuite/ChangeLog | 10 ++++++++++ gcc/testsuite/g++.dg/ext/is_trivially_constructible1.C | 4 +++- gcc/testsuite/g++.dg/ext/is_trivially_copyable.C | 16 ++++++++++++++++ gcc/testsuite/g++.dg/lookup/strong-using2.C | 11 +++++++++++ libstdc++-v3/ChangeLog | 7 +++++++ .../testsuite/20_util/is_trivially_copyable/value.cc | 4 +++- 9 files changed, 65 insertions(+), 6 deletions(-) create mode 100644 gcc/testsuite/g++.dg/ext/is_trivially_copyable.C create mode 100644 gcc/testsuite/g++.dg/lookup/strong-using2.C