This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 00b355522b7 Fix compilation on older systems new b3032d1b84b collect-utils.c, lto-wrapper + mkoffload: Improve -save-tem [...] new 8c3846e8021 MSP430: Support a memory operand for op1 of andneghi3 new 2c2278f300c libstdc++: Remove inheritance from std::coroutine_handle<> [...] new 94fd05f1f76 libstdc++: Define noop coroutine details private and inline [...] new 1bfc07d1507 openmp: Implement support for OMP_TARGET_OFFLOAD environmen [...] new 06729598b0d Fix latch PHI arg lookup in vectorizable_reduction for doub [...] new 128f43cf679 Avoid changing PHIs in GIMPLE split_edge new f7378bbf477 gcc/doc/invoke.texi: Fix @table syntax
The 8 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/collect-utils.c | 13 +- gcc/collect-utils.h | 4 +- gcc/collect2.c | 17 ++- gcc/config/gcn/mkoffload.c | 7 +- gcc/config/i386/intelmic-mkoffload.c | 12 +- gcc/config/msp430/msp430.md | 4 +- gcc/config/nvptx/mkoffload.c | 6 +- gcc/doc/invoke.texi | 2 +- gcc/lto-wrapper.c | 13 +- gcc/tree-cfg.c | 50 +++--- gcc/tree-vect-loop.c | 6 +- libgomp/env.c | 60 ++++++++ libgomp/libgomp.h | 8 + libgomp/libgomp.texi | 25 +++ libgomp/target.c | 45 +++++- libstdc++-v3/include/std/coroutine | 169 +++++++++++++-------- .../93267.cc => 18_support/coroutines/95917.cc} | 13 +- .../coroutines/lwg3460.cc} | 62 +++----- 18 files changed, 331 insertions(+), 185 deletions(-) copy libstdc++-v3/testsuite/{std/ranges/iota/93267.cc => 18_support/coroutines/959 [...] copy libstdc++-v3/testsuite/{27_io/basic_istream/extractors_character/wchar_t/lwg2 [...]