This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from edf9f27af3b Add some pdp11 target hook definitions for C++ new 59d08acc15b * config/i386/i386.md (*cmpxf_cc_i387): Remove pattern. ( [...] new a7fcef24e60 * config/i386/i386.md: Reorder cmpi patterns. new e2b0b32788e Support string locations for C++ in -Wformat (PR c++/56856)
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 | 23 ++++ gcc/config/i386/i386.c | 52 ++++---- gcc/config/i386/i386.md | 140 ++++----------------- gcc/cp/ChangeLog | 11 ++ gcc/cp/call.c | 4 +- gcc/cp/cp-lang.c | 3 + gcc/cp/parser.c | 14 ++- gcc/input.c | 44 ++++--- gcc/input.h | 5 +- gcc/testsuite/ChangeLog | 20 +++ gcc/testsuite/g++.dg/ext/builtin4.C | 2 +- gcc/testsuite/g++.dg/plugin/plugin.exp | 5 + gcc/testsuite/g++.dg/warn/Wformat-method.C | 40 ++++++ gcc/testsuite/g++.dg/warn/Wformat-pr71863.C | 33 +++++ gcc/testsuite/g++.dg/warn/Wformat-ranges-c++11.C | 18 +++ .../warn/Wformat-ranges.C} | 117 ++++++++--------- gcc/testsuite/gcc.dg/format/diagnostic-ranges.c | 11 +- .../plugin/diagnostic-test-string-literals-1.c | 6 +- .../plugin/diagnostic-test-string-literals-2.c | 4 +- 19 files changed, 318 insertions(+), 234 deletions(-) create mode 100644 gcc/testsuite/g++.dg/warn/Wformat-method.C create mode 100644 gcc/testsuite/g++.dg/warn/Wformat-pr71863.C create mode 100644 gcc/testsuite/g++.dg/warn/Wformat-ranges-c++11.C copy gcc/testsuite/{gcc.dg/format/diagnostic-ranges.c => g++.dg/warn/Wformat-range [...]