This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 529fdbd1bc8 2018-03-23 Vladimir Makarov vmakarov@redhat.com new 6568003a89a PR c++/84942 * pt.c (tsubst_copy_and_build) <case FIX_TRU [...] new c7a8183e8bc PR c++/85015 * decl.c (compute_array_index_type): Set osi [...] new de7513fb410 PR inline-asm/85022 * emit-rtl.c (init_emit_regs): Indica [...]
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 | 6 ++++++ gcc/cp/ChangeLog | 10 ++++++++++ gcc/cp/decl.c | 2 +- gcc/cp/pt.c | 3 +-- gcc/emit-rtl.c | 2 +- gcc/testsuite/ChangeLog | 8 ++++++++ gcc/testsuite/g++.dg/cpp0x/pr85015.C | 12 ++++++++++++ gcc/testsuite/g++.dg/cpp1y/pr84942.C | 6 ++++++ 8 files changed, 45 insertions(+), 4 deletions(-) create mode 100644 gcc/testsuite/g++.dg/cpp0x/pr85015.C create mode 100644 gcc/testsuite/g++.dg/cpp1y/pr84942.C