This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch releases/gcc-13 in repository gcc.
from 35a04220554 [PATCH] PR modula2/108344 disable default opening of /dev/tty new 461359a8f83 PR modula2/109879 WholeIO.ReadCard and ReadInt should consu [...]
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-libs-iso/LongIO.mod | 2 + gcc/m2/gm2-libs-iso/LongWholeIO.mod | 3 + gcc/m2/gm2-libs-iso/RealIO.mod | 2 + gcc/m2/gm2-libs-iso/ShortWholeIO.mod | 3 + gcc/m2/gm2-libs-iso/TextIO.mod | 38 +-------- .../StrIO.def => gm2-libs-iso/TextUtil.def} | 37 +++++---- gcc/m2/gm2-libs-iso/TextUtil.mod | 42 ++++++++++ gcc/m2/gm2-libs-iso/WholeIO.mod | 5 +- gcc/testsuite/gm2/isolib/run/pass/testreadint.mod | 89 ++++++++++++++++++++++ libgm2/Makefile.in | 10 +-- libgm2/aclocal.m4 | 10 +-- libgm2/libm2cor/Makefile.in | 10 +-- libgm2/libm2iso/Makefile.am | 2 + libgm2/libm2iso/Makefile.in | 16 ++-- libgm2/libm2log/Makefile.in | 10 +-- libgm2/libm2min/Makefile.in | 10 +-- libgm2/libm2pim/Makefile.in | 10 +-- 17 files changed, 205 insertions(+), 94 deletions(-) copy gcc/m2/{gm2-libs/StrIO.def => gm2-libs-iso/TextUtil.def} (61%) create mode 100644 gcc/m2/gm2-libs-iso/TextUtil.mod create mode 100644 gcc/testsuite/gm2/isolib/run/pass/testreadint.mod