This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch releases/gcc-10 in repository gcc.
from 9225a497de1 early-remat.c: Fix new/delete mismatch [PR100230] new 14786c8bcec vmsdbgout: Remove useless register keywords new 5a79a9043c2 cfgcleanup: Fix -fcompare-debug issue in outgoing_edges_mat [...] new 42ba897862f aarch64: Fix ICE in aarch64_add_offset_1_temporaries [PR100302] new a0f9800f389 nvptx: Fix up nvptx build against latest libstdc++ [PR100375]
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/config/aarch64/aarch64.c | 2 +- gcc/config/nvptx/nvptx.c | 10 ++-- gcc/testsuite/g++.dg/opt/pr100254.C | 101 ++++++++++++++++++++++++++++++++++++ gcc/vmsdbgout.c | 20 +++---- 5 files changed, 119 insertions(+), 18 deletions(-) create mode 100644 gcc/testsuite/g++.dg/opt/pr100254.C