This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 68a650ba57a arc: Add DWARF2 alternate CFA column. new 9896e96d4ca forwprop: Canonicalize atomic fetch_op op x to op_fetch or [...] new d686d5d85c2 c++: Reject in constant evaluation address comparisons of s [...]
The 2 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/fold-const.c | 2 +- gcc/testsuite/g++.dg/cpp1y/constexpr-89074-1.C | 28 +++ gcc/testsuite/gcc.dg/tree-ssa/pr98737-1.c | 148 ++++++++++++ gcc/testsuite/gcc.dg/tree-ssa/pr98737-2.c | 123 ++++++++++ gcc/tree-ssa-forwprop.c | 313 ++++++++++++++++++++++++- 5 files changed, 612 insertions(+), 2 deletions(-) create mode 100644 gcc/testsuite/g++.dg/cpp1y/constexpr-89074-1.C create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/pr98737-1.c create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/pr98737-2.c