This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 78dc2e2575c PR modula2/116557 Remove physical address from the GPL head [...] new 57af0022073 amdgcn: remove gfx803 "Fiji" support new 023641d97c5 amdgcn: Remove TARGET_GCN3 new b9bf0c3f54d amdgcn: Remove TARGET_GCN5_PLUS
The 3 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.gcc | 2 +- gcc/config/gcn/gcn-hsa.h | 13 ++-- gcc/config/gcn/gcn-opts.h | 17 ----- gcc/config/gcn/gcn-valu.md | 84 +++++++++------------- gcc/config/gcn/gcn.cc | 71 +++--------------- gcc/config/gcn/gcn.h | 14 +--- gcc/config/gcn/gcn.md | 74 +++++++------------ gcc/config/gcn/gcn.opt | 7 +- gcc/config/gcn/mkoffload.cc | 17 +---- gcc/config/gcn/t-omp-device | 2 +- gcc/doc/install.texi | 8 +-- gcc/doc/invoke.texi | 5 -- libgomp/libgomp.texi | 3 +- .../testsuite/libgomp.c/declare-variant-4-fiji.c | 11 --- .../testsuite/libgomp.c/declare-variant-4-gfx803.c | 10 --- libgomp/testsuite/libgomp.c/declare-variant-4.h | 12 ---- 16 files changed, 85 insertions(+), 265 deletions(-) delete mode 100644 libgomp/testsuite/libgomp.c/declare-variant-4-fiji.c delete mode 100644 libgomp/testsuite/libgomp.c/declare-variant-4-gfx803.c