This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 814c221c9eb testsuite: fix ASAN errors in i386.exp tests new 91031bffa42 symtab: Fold &a == &b to 0 if folding_initializer [PR94716]
The 1 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/symtab.c | 14 +++++++++++--- gcc/testsuite/g++.dg/cpp0x/constexpr-compare1.C | 7 +++++++ gcc/testsuite/g++.dg/cpp1y/constexpr-94716.C | 8 ++++++++ gcc/testsuite/g++.dg/cpp1z/constexpr-compare1.C | 8 ++++++++ gcc/testsuite/gcc.dg/init-compare-1.c | 5 +++++ 5 files changed, 39 insertions(+), 3 deletions(-) create mode 100644 gcc/testsuite/g++.dg/cpp0x/constexpr-compare1.C create mode 100644 gcc/testsuite/g++.dg/cpp1y/constexpr-94716.C create mode 100644 gcc/testsuite/g++.dg/cpp1z/constexpr-compare1.C create mode 100644 gcc/testsuite/gcc.dg/init-compare-1.c