This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch releases/gcc-8 in repository gcc.
from f2ca2b4e23e Add missing alignment checks in epilogue loop vectorisation [...] new bef3ed832a9 cprop: Fix -fcompare-debug bug in constprop_register [PR100148] new 2b8cc983060 vmsdbgout: Remove useless register keywords new e5b0236ad76 cfgcleanup: Fix -fcompare-debug issue in outgoing_edges_mat [...] new e704ac6615e aarch64: Fix ICE in aarch64_add_offset_1_temporaries [PR100302] new 0d7e8e713c5 nvptx: Fix up nvptx build against latest libstdc++ [PR100375]
The 5 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/cprop.c | 8 +-- gcc/testsuite/g++.dg/opt/pr100148.C | 27 ++++++++++ gcc/testsuite/g++.dg/opt/pr100254.C | 100 ++++++++++++++++++++++++++++++++++++ gcc/vmsdbgout.c | 20 ++++---- 7 files changed, 150 insertions(+), 21 deletions(-) create mode 100644 gcc/testsuite/g++.dg/opt/pr100148.C create mode 100644 gcc/testsuite/g++.dg/opt/pr100254.C