This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 2b69ec1cd78 2018-01-19 Andreas Krebbel krebbel@linux.vnet.ibm.com new 85fd11742c8 PR c++/83919 * typeck.c (convert_for_assignment): Suppres [...] new a03863ae9a3 PR debug/81570 PR debug/83728 * dwarf2cfi.c (DEFAULT_INC [...] new 61a262f9640 PR c++/81167 * call.c (joust): Use TREE_TYPE (source) if [...]
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 | 18 ++++++++++++++++++ gcc/config/i386/i386.h | 4 ++++ gcc/config/stormy16/stormy16.h | 1 + gcc/cp/ChangeLog | 11 +++++++++++ gcc/cp/call.c | 2 +- gcc/cp/decl.c | 1 + gcc/cp/typeck.c | 1 + gcc/doc/tm.texi | 9 +++++++++ gcc/doc/tm.texi.in | 9 +++++++++ gcc/dwarf2cfi.c | 28 ++++++++++++++++++++++++---- gcc/testsuite/ChangeLog | 8 ++++++++ gcc/testsuite/g++.dg/cpp0x/pr81167.C | 24 ++++++++++++++++++++++++ gcc/testsuite/g++.dg/cpp0x/pr83919.C | 10 ++++++++++ 13 files changed, 121 insertions(+), 5 deletions(-) create mode 100644 gcc/testsuite/g++.dg/cpp0x/pr81167.C create mode 100644 gcc/testsuite/g++.dg/cpp0x/pr83919.C