This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 0088d2e3453 2018-11-26 Jozef Lawrynowicz jozef.l@mittosystems.com new f6245fb8441 PR target/58397 * config.host (*-*-netbsd*): Use x-netbsd [...] new 62646c45fc9 PR c++/86900 * dwarf2out.c (secname_for_decl): For functi [...] new 67cf60dadc9 PR testsuite/88090 * obj-c++.dg/attributes/method-nonnull [...] new b1ba68e931d PR target/88195 * config/i386/i386.c (def_builtin2): If t [...]
The 4 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.host | 4 ++++ gcc/config/{host-openbsd.c => host-netbsd.c} | 28 +++++++++++----------- gcc/config/i386/i386.c | 8 +++++-- gcc/config/{x-hpux => x-netbsd} | 4 ++-- gcc/dwarf2out.c | 10 +++++++- gcc/testsuite/ChangeLog | 13 ++++++++++ gcc/testsuite/g++.dg/debug/dwarf2/pr86900.C | 14 +++++++++++ gcc/testsuite/gcc.target/i386/pr88195.c | 8 +++++++ .../obj-c++.dg/attributes/method-nonnull-1.mm | 6 +++-- 10 files changed, 92 insertions(+), 21 deletions(-) copy gcc/config/{host-openbsd.c => host-netbsd.c} (76%) copy gcc/config/{x-hpux => x-netbsd} (53%) create mode 100644 gcc/testsuite/g++.dg/debug/dwarf2/pr86900.C create mode 100644 gcc/testsuite/gcc.target/i386/pr88195.c