This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch releases/gcc-9 in repository gcc.
from 843ef3bebfd Daily bump. new 959719061ab cprop: Fix -fcompare-debug bug in constprop_register [PR100148] new 4f89f7aef6a vmsdbgout: Remove useless register keywords new 1eb90acf00a cfgcleanup: Fix -fcompare-debug issue in outgoing_edges_mat [...] new a322c55e05a aarch64: Fix ICE in aarch64_add_offset_1_temporaries [PR100302] new af08d7265bb 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 | 101 ++++++++++++++++++++++++++++++++++++ gcc/vmsdbgout.c | 20 +++---- 7 files changed, 151 insertions(+), 21 deletions(-) create mode 100644 gcc/testsuite/g++.dg/opt/pr100148.C create mode 100644 gcc/testsuite/g++.dg/opt/pr100254.C