https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109908
--- Comment #5 from CVS Commits <cvs-commit at gcc dot gnu.org> --- The releases/gcc-13 branch has been updated by Gaius Mulley <ga...@gcc.gnu.org>: https://gcc.gnu.org/g:9306ef0d5786496a9bbe1850c2e826d5cdf5582e commit r13-7639-g9306ef0d5786496a9bbe1850c2e826d5cdf5582e Author: Gaius Mulley <gaiusm...@gmail.com> Date: Sat Jul 29 02:03:43 2023 +0100 PR modula2/109908 Delete from m2iso Strings is broken This patch re-implements Strings.Delete and also supplies some runtime test code. gcc/m2/ChangeLog: PR modula2/109908 * gm2-libs-iso/Strings.mod (Delete): Re-implement. gcc/testsuite/ChangeLog: PR modula2/109908 * gm2/isolib/run/pass/testdelete.mod: New test. (cherry picked from commit 0a78bc26dadcb6f4c8b59b41858d70bb5432fadd) Signed-off-by: Gaius Mulley <gaiusm...@gmail.com>