This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from bce4335e96e PR tree-optimization/92262 * tree-ssa-loop-ivopts.c (get_ [...] new 56afb2ae0fe libgomp/testsuite – use 'stop' and 'dg-do run' new 77417875997 Use symtab_node::order in LTO sections with body.
The 2 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/ChangeLog | 50 ++++++++++++++++++++++ gcc/cgraph.c | 14 ++++-- gcc/cgraphclones.c | 5 +++ gcc/ipa-fnsummary.c | 6 +-- gcc/ipa-hsa.c | 5 +-- gcc/ipa-icf.c | 5 +-- gcc/ipa-prop.c | 11 ++--- gcc/ipa-sra.c | 4 +- gcc/lto-cgraph.c | 18 +++----- gcc/lto-opts.c | 2 +- gcc/lto-section-in.c | 24 ++++++++--- gcc/lto-section-out.c | 2 +- gcc/lto-streamer-in.c | 8 ++-- gcc/lto-streamer-out.c | 21 +++++---- gcc/lto-streamer.c | 9 +++- gcc/lto-streamer.h | 13 ++++-- gcc/lto/ChangeLog | 7 +++ gcc/lto/lto-common.c | 12 +++--- gcc/testsuite/ChangeLog | 6 +++ gcc/testsuite/gcc.dg/lto/pr91393_0.c | 11 +++++ gcc/varpool.c | 7 +-- libgomp/ChangeLog | 20 +++++++++ libgomp/testsuite/libgomp.fortran/lastprivate1.f90 | 1 + libgomp/testsuite/libgomp.fortran/lastprivate2.f90 | 1 + libgomp/testsuite/libgomp.fortran/nestedfn4.f90 | 1 + libgomp/testsuite/libgomp.fortran/pr25219.f90 | 1 + libgomp/testsuite/libgomp.fortran/pr28390.f | 1 + libgomp/testsuite/libgomp.fortran/pr35130.f90 | 1 + libgomp/testsuite/libgomp.fortran/pr90779.f90 | 1 + libgomp/testsuite/libgomp.fortran/target-simd.f90 | 4 +- libgomp/testsuite/libgomp.fortran/task2.f90 | 1 + libgomp/testsuite/libgomp.fortran/taskgroup1.f90 | 1 + libgomp/testsuite/libgomp.fortran/taskloop1.f90 | 1 + .../libgomp.fortran/use_device_addr-1.f90 | 1 + .../libgomp.fortran/use_device_addr-2.f90 | 1 + .../libgomp.fortran/use_device_ptr-optional-1.f90 | 17 ++++---- libgomp/testsuite/libgomp.fortran/workshare1.f90 | 1 + libgomp/testsuite/libgomp.fortran/workshare2.f90 | 1 + 38 files changed, 220 insertions(+), 75 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/lto/pr91393_0.c