This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from acff89c7d7b i386: Robustify vec perm blend functions for TARGET_MMX_WITH_SSE new 77924dff144 PR 107630 runtime libs should be self-contained
The 1 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/m2/gm2-compiler/SymbolKey.mod | 7 +- gcc/m2/gm2-compiler/ppg.mod | 33 ++-- gcc/m2/gm2-libs-ch/m2rts.h | 2 +- gcc/m2/gm2-libs-coroutines/Debug.def | 79 --------- gcc/m2/gm2-libs-coroutines/Debug.mod | 180 --------------------- gcc/m2/gm2-libs-coroutines/Executive.mod | 63 ++++---- gcc/m2/gm2-libs-coroutines/SYSTEM.mod | 18 ++- gcc/m2/gm2-libs-coroutines/TimerHandler.mod | 15 +- gcc/m2/gm2-libs-iso/COROUTINES.mod | 22 +-- gcc/m2/gm2-libs-iso/EXCEPTIONS.mod | 3 +- gcc/m2/gm2-libs-iso/M2RTS.def | 10 +- gcc/m2/gm2-libs-iso/M2RTS.mod | 6 +- gcc/m2/gm2-libs-iso/RTentity.mod | 16 +- gcc/m2/gm2-libs-iso/Storage.mod | 41 ++++- gcc/m2/gm2-libs-log/Termbase.mod | 10 +- gcc/m2/gm2-libs/Debug.def | 9 +- gcc/m2/gm2-libs/Debug.mod | 12 +- gcc/m2/gm2-libs/DynamicStrings.def | 4 +- gcc/m2/gm2-libs/DynamicStrings.mod | 8 +- gcc/m2/gm2-libs/M2RTS.def | 9 +- gcc/m2/gm2-libs/M2RTS.mod | 6 +- gcc/m2/gm2-libs/PushBackInput.mod | 7 +- gcc/m2/gm2-libs/RTExceptions.mod | 3 +- gcc/m2/gm2-libs/RTint.mod | 23 +-- gcc/m2/gm2-libs/SysStorage.mod | 13 +- gcc/testsuite/gm2/complex/pass/arith3.mod | 2 +- gcc/testsuite/gm2/complex/run/pass/arith3.mod | 4 +- gcc/testsuite/gm2/complex/run/pass/arith4.mod | 2 +- gcc/testsuite/gm2/complex/run/pass/arith5.mod | 2 +- gcc/testsuite/gm2/isolib/run/pass/real2.mod | 2 +- gcc/testsuite/gm2/isolib/run/pass/real3.mod | 2 +- gcc/testsuite/gm2/isolib/run/pass/realconv.mod | 2 +- gcc/testsuite/gm2/isolib/run/pass/realconv2.mod | 2 +- gcc/testsuite/gm2/pim/pass/testshort.mod | 2 +- .../gm2/projects/pim/run/pass/tower/AdvSystem.mod | 10 +- .../gm2/projects/pim/run/pass/tower/DrawL.mod | 6 +- .../gm2/warnings/returntype/pass/Termbase.mod | 10 +- .../warnings/returntype/pass/keypressedsimple.mod | 2 +- libgm2/libm2cor/Makefile.am | 4 +- libgm2/libm2cor/Makefile.in | 6 +- libgm2/libm2iso/RTco.cc | 43 ++--- libgm2/libm2iso/m2rts.h | 5 +- 42 files changed, 247 insertions(+), 458 deletions(-) delete mode 100644 gcc/m2/gm2-libs-coroutines/Debug.def delete mode 100644 gcc/m2/gm2-libs-coroutines/Debug.mod