This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 2d5d56125c2 * gimple-ssa-evrp-analyze.c (evrp_range_analyzer::record_ [...] new aa95211e8fb * optabs.c (expand_binop): Pass INT_MODE to operand_subwor [...] new 0baeb9dd55d PR bootstrap/86739 * hash-map.h (hash_map::iterator::refe [...] new 1170ee757c4 P1236R1 - Signed integers are two's complement gcc/cp/ * [...]
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 | 15 +++++++++++++ gcc/c-family/ChangeLog | 5 +++++ gcc/c-family/c-ubsan.c | 5 ++++- gcc/c-family/c-warn.c | 6 ++++-- gcc/cp/ChangeLog | 6 ++++++ gcc/cp/constexpr.c | 11 +++++++--- gcc/doc/invoke.texi | 5 +++-- gcc/hash-map.h | 17 +++++++++++++-- gcc/optabs.c | 6 ++++-- gcc/testsuite/ChangeLog | 18 ++++++++++++++++ gcc/testsuite/g++.dg/cpp0x/constexpr-60049.C | 6 +++--- gcc/testsuite/g++.dg/cpp0x/constexpr-shift1.C | 8 +++---- gcc/testsuite/g++.dg/cpp2a/constexpr-shift1.C | 25 ++++++++++++++++++++++ gcc/testsuite/g++.dg/ubsan/cxx11-shift-1.C | 7 +++--- gcc/testsuite/g++.dg/ubsan/cxx11-shift-2.C | 13 +++++++++-- .../ubsan/{cxx11-shift-1.C => cxx2a-shift-1.C} | 7 +++--- gcc/testsuite/g++.dg/ubsan/cxx2a-shift-2.C | 15 +++++++++++++ gcc/testsuite/g++.dg/warn/permissive-1.C | 4 ++-- gcc/testsuite/gcc.c-torture/compile/20181114-1.c | 6 ++++++ 19 files changed, 156 insertions(+), 29 deletions(-) create mode 100644 gcc/testsuite/g++.dg/cpp2a/constexpr-shift1.C copy gcc/testsuite/g++.dg/ubsan/{cxx11-shift-1.C => cxx2a-shift-1.C} (59%) create mode 100644 gcc/testsuite/g++.dg/ubsan/cxx2a-shift-2.C create mode 100644 gcc/testsuite/gcc.c-torture/compile/20181114-1.c