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 0579f339110 gcov-tool: Flexible endian adjustment for merging coverage data new 49a35d1f699 amdgcn: fix vcc clobber in vector load/store
The 1 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/config/gcn/gcn-valu.md | 161 +++++++++++++++------ gcc/config/gcn/gcn.c | 13 +- .../gcc.target/{nvptx/nvptx.exp => gcn/gcn.exp} | 4 +- gcc/testsuite/gcc.target/gcn/vcc-clobber.c | 33 +++++ 4 files changed, 158 insertions(+), 53 deletions(-) copy gcc/testsuite/gcc.target/{nvptx/nvptx.exp => gcn/gcn.exp} (92%) create mode 100644 gcc/testsuite/gcc.target/gcn/vcc-clobber.c