This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 308f1b781a1 * uk.po: Update. new eaefe34ffd4 2018-03-16 Vladimir Makarov vmakarov@redhat.com new 612d07acbe3 PR c++/84906 - silent wrong code with ambiguous conversion. new e53921732f5 PR c++/80227 - SFINAE and negative array size. new 6e3a6db63d1 PR c++/84720 - ICE with rvalue ref non-type argument. new 79bf8be0a93 libgo: add runtime/pprof/internal/profile.gox to noinst_DATA
The 5 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 | 8 + gcc/cp/ChangeLog | 13 ++ gcc/cp/call.c | 11 +- gcc/cp/decl.c | 36 +---- gcc/cp/pt.c | 18 +-- gcc/go/gofrontend/MERGE | 2 +- gcc/lra-assigns.c | 29 ++-- gcc/lra-constraints.c | 19 ++- gcc/testsuite/ChangeLog | 5 + gcc/testsuite/g++.dg/cpp0x/fntmpdefarg8.C | 10 ++ gcc/testsuite/g++.dg/cpp0x/rv-targ1.C | 2 +- gcc/testsuite/g++.dg/cpp1y/auto-fn50.C | 23 +++ gcc/testsuite/g++.dg/gomp/pr47963.C | 2 +- gcc/testsuite/g++.dg/init/new37.C | 2 +- gcc/testsuite/g++.dg/init/new44.C | 238 +++++++++++++++--------------- gcc/testsuite/g++.dg/ubsan/pr81530.C | 3 +- gcc/testsuite/gcc.target/i386/pr84876.c | 11 ++ libgo/Makefile.am | 4 +- libgo/Makefile.in | 6 +- 19 files changed, 257 insertions(+), 185 deletions(-) create mode 100644 gcc/testsuite/g++.dg/cpp0x/fntmpdefarg8.C create mode 100644 gcc/testsuite/g++.dg/cpp1y/auto-fn50.C create mode 100644 gcc/testsuite/gcc.target/i386/pr84876.c