This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 80b9c9c8444 c++: add fixed test [PR86933] new 09b207bf26b nvptx: Clarify 'nvptx_output_skip' case of no or incomplete [...] new 79cb26298c7 nvptx: Sanity-check 'init_frag' state new 9611ce68790 nvptx: Set 'UI_TARGET' for 'TARGET_EXCEPT_UNWIND_INFO' [PR86660] new 2b9bdb2d286 GCN: Set 'UI_TARGET' for 'TARGET_EXCEPT_UNWIND_INFO' [PR942 [...] new 1dc4e220ca2 AVR: target/118878 - Don't ICE on result from paradoxical r [...]
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/common/config/gcn/gcn-common.cc | 2 +- gcc/common/config/nvptx/nvptx-common.cc | 2 +- gcc/config/avr/avr.cc | 20 ++++-- gcc/config/gcn/gcn.cc | 22 ++++++ gcc/config/nvptx/nvptx.cc | 90 +++++++++++++++++++++++++ gcc/config/nvptx/nvptx.h | 19 +++++- gcc/testsuite/gcc.target/avr/torture/pr118878.c | 78 +++++++++++++++++++++ 7 files changed, 221 insertions(+), 12 deletions(-) create mode 100644 gcc/testsuite/gcc.target/avr/torture/pr118878.c