This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch releases/gcc-11 in repository gcc.
from 98b9ac3f4c4 Bump BASE-VER new 12333b7e763 cprop: Fix -fcompare-debug bug in constprop_register [PR100148] new c7421c7dd2c testsuite: Add -fchecking to dg-ice tests new b363daf1321 vmsdbgout: Remove useless register keywords new 7f8eea0b164 cfgcleanup: Fix -fcompare-debug issue in outgoing_edges_mat [...]
The 4 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/cfgcleanup.c | 4 +- gcc/cprop.c | 8 +- .../c-c++-common/goacc/kernels-decompose-ice-1.c | 2 +- .../c-c++-common/goacc/kernels-decompose-ice-2.c | 2 +- gcc/testsuite/g++.dg/cpp0x/constexpr-52830.C | 1 + gcc/testsuite/g++.dg/cpp0x/vt-88982.C | 1 + gcc/testsuite/g++.dg/cpp1y/auto-fn61.C | 1 + gcc/testsuite/g++.dg/cpp1z/constexpr-lambda26.C | 1 + gcc/testsuite/g++.dg/cpp2a/nontype-class39.C | 1 + gcc/testsuite/g++.dg/opt/pr100148.C | 27 ++++++ gcc/testsuite/g++.dg/opt/pr100254.C | 101 +++++++++++++++++++++ gcc/vmsdbgout.c | 20 ++-- 12 files changed, 152 insertions(+), 17 deletions(-) create mode 100644 gcc/testsuite/g++.dg/opt/pr100148.C create mode 100644 gcc/testsuite/g++.dg/opt/pr100254.C