This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 966eb90 Fix rtl-optimization/78596 - combine.c:12561:14: runtime erro [...] new 86ca8e6 Import libcilkrts Build 4467 (PR target/68945) new a191a43 Fix PR tree-optimization/78598 - tree-ssa-loop-prefetch.c:835 [...]
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 | 6 ++ gcc/tree-ssa-loop-prefetch.c | 4 +- libcilkrts/ChangeLog | 7 ++ libcilkrts/Makefile.am | 2 +- libcilkrts/Makefile.in | 4 +- libcilkrts/README | 104 ++++++++++++++++++--- libcilkrts/configure | 58 ++++++++++-- libcilkrts/configure.ac | 14 ++- libcilkrts/configure.tgt | 6 +- libcilkrts/include/cilk/cilk_undocumented.h | 3 - libcilkrts/include/internal/cilk_version.h | 10 +- libcilkrts/include/internal/rev.mk | 2 +- libcilkrts/runtime/cilk-abi.c | 1 - libcilkrts/runtime/cilk_fiber-unix.cpp | 2 +- libcilkrts/runtime/cilk_fiber.h | 5 +- libcilkrts/runtime/config/arm/os-fence.h | 19 +++- .../runtime/config/{arm => sparc}/cilk-abi-vla.c | 0 .../runtime/{jmpbuf.c => config/sparc/os-fence.h} | 19 ++-- .../runtime/config/{arm => sparc}/os-unix-sysdep.c | 22 +++-- libcilkrts/runtime/except-gcc.cpp | 2 + libcilkrts/runtime/global_state.cpp | 1 - libcilkrts/runtime/global_state.h | 1 - libcilkrts/runtime/jmpbuf.h | 14 ++- libcilkrts/runtime/linux-symbols.ver | 1 - libcilkrts/runtime/local_state.h | 7 ++ libcilkrts/runtime/mac-symbols.txt | 1 - libcilkrts/runtime/os-unix.c | 5 +- libcilkrts/runtime/record-replay.cpp | 2 +- libcilkrts/runtime/scheduler.c | 18 +++- libcilkrts/runtime/scheduler.h | 3 + libcilkrts/runtime/sysdep-unix.c | 12 +-- 31 files changed, 272 insertions(+), 83 deletions(-) copy libcilkrts/runtime/config/{arm => sparc}/cilk-abi-vla.c (100%) copy libcilkrts/runtime/{jmpbuf.c => config/sparc/os-fence.h} (83%) copy libcilkrts/runtime/config/{arm => sparc}/os-unix-sysdep.c (86%)