This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from d937c6e44ba Properly reset the port handle when closing new 8698ff67cdf fold-const: Handle C++ dependent COMPONENT_REFs in operand_ [...] new 568377743e2 testsuite: Add compat.exp testcase for most common zero wid [...]
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.cc | 7 +++++-- gcc/testsuite/g++.dg/compat/pr102024_main.C | 26 ++++++++++++++++++++++++ gcc/testsuite/g++.dg/compat/pr102024_test.h | 6 ++++++ gcc/testsuite/g++.dg/compat/pr102024_x.C | 11 ++++++++++ gcc/testsuite/g++.dg/compat/pr102024_y.C | 11 ++++++++++ gcc/testsuite/g++.dg/warn/Wduplicated-cond2.C | 29 +++++++++++++++++++++++++++ gcc/testsuite/gcc.dg/compat/pr102024_main.c | 22 ++++++++++++++++++++ gcc/testsuite/gcc.dg/compat/pr102024_test.h | 6 ++++++ gcc/testsuite/gcc.dg/compat/pr102024_x.c | 10 +++++++++ gcc/testsuite/gcc.dg/compat/pr102024_y.c | 10 +++++++++ 10 files changed, 136 insertions(+), 2 deletions(-) create mode 100644 gcc/testsuite/g++.dg/compat/pr102024_main.C create mode 100644 gcc/testsuite/g++.dg/compat/pr102024_test.h create mode 100644 gcc/testsuite/g++.dg/compat/pr102024_x.C create mode 100644 gcc/testsuite/g++.dg/compat/pr102024_y.C create mode 100644 gcc/testsuite/g++.dg/warn/Wduplicated-cond2.C create mode 100644 gcc/testsuite/gcc.dg/compat/pr102024_main.c create mode 100644 gcc/testsuite/gcc.dg/compat/pr102024_test.h create mode 100644 gcc/testsuite/gcc.dg/compat/pr102024_x.c create mode 100644 gcc/testsuite/gcc.dg/compat/pr102024_y.c