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 83758b7b676 middle-end/101009 - fix distance vector recording new d92613ec552 c++: constexpr and array[0] [PR101029] new bb2e9086387 libcpp: location comparison within macro [PR100796]
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/cp/init.c | 8 + gcc/testsuite/g++.dg/ext/array4.C | 172 +++++++++++++++++++++ .../plugin/location-overflow-test-pr100796.c | 25 +++ gcc/testsuite/g++.dg/plugin/plugin.exp | 3 +- libcpp/line-map.c | 20 +-- 5 files changed, 218 insertions(+), 10 deletions(-) create mode 100644 gcc/testsuite/g++.dg/ext/array4.C create mode 100644 gcc/testsuite/g++.dg/plugin/location-overflow-test-pr100796.c