From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 2168) id 6E6CC3858C78; Mon, 26 Feb 2024 00:18:17 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 6E6CC3858C78 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1708906697; bh=6I/4x9IUEIWBz9NKt540uyg+sMXae2UxuirWadIYGb8=; h=From:To:Subject:Date:From; b=ne1S304NsBdTVjfDMIQz7xK8B2vK2k0IbnJrqXBTNDInNs6ExCyDYseyO3NV+a6Ja HHRNd96WtDLiIuXxNVi9rrT/5Gd6fV3pKjOe3XWC/QtfEhE5n62HEo+2zubPGFtDDt TxRgvJ5Q+LMW8aypD4jcX//1ObA883kE6aqifxPk= MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset="utf-8" From: GCC Administrator To: gcc-cvs@gcc.gnu.org Subject: [gcc r14-9170] Daily bump. X-Act-Checkin: gcc X-Git-Author: GCC Administrator X-Git-Refname: refs/heads/master X-Git-Oldrev: 94687d17ba79cdb9fd01c87b2b40b63512471569 X-Git-Newrev: ad178a2be7ea099d0dfc1452186035748c0828dd Message-Id: <20240226001817.6E6CC3858C78@sourceware.org> Date: Mon, 26 Feb 2024 00:18:17 +0000 (GMT) List-Id: https://gcc.gnu.org/g:ad178a2be7ea099d0dfc1452186035748c0828dd commit r14-9170-gad178a2be7ea099d0dfc1452186035748c0828dd Author: GCC Administrator Date: Mon Feb 26 00:16:54 2024 +0000 Daily bump. Diff: --- gcc/DATESTAMP | 2 +- gcc/d/ChangeLog | 4 +++ gcc/m2/ChangeLog | 84 +++++++++++++++++++++++++++++++++++++++++++++++++ gcc/testsuite/ChangeLog | 5 +++ libgfortran/ChangeLog | 8 +++++ libgm2/ChangeLog | 9 ++++++ libphobos/ChangeLog | 8 +++++ 7 files changed, 119 insertions(+), 1 deletion(-) diff --git a/gcc/DATESTAMP b/gcc/DATESTAMP index ff71cb447c3f..47afea3b4c83 100644 --- a/gcc/DATESTAMP +++ b/gcc/DATESTAMP @@ -1 +1 @@ -20240225 +20240226 diff --git a/gcc/d/ChangeLog b/gcc/d/ChangeLog index 06cc55763c5b..696fb584c0e6 100644 --- a/gcc/d/ChangeLog +++ b/gcc/d/ChangeLog @@ -1,3 +1,7 @@ +2024-02-25 Iain Buclaw + + * dmd/MERGE: Merge upstream dmd ceff48bf7d. + 2024-02-17 Iain Buclaw * dmd/MERGE: Merge upstream dmd 9471b25db9. diff --git a/gcc/m2/ChangeLog b/gcc/m2/ChangeLog index 6e9c770c2d8d..3adc420b45b0 100644 --- a/gcc/m2/ChangeLog +++ b/gcc/m2/ChangeLog @@ -1,3 +1,87 @@ +2024-02-25 Gaius Mulley + + PR modula2/113749 + * Make-lang.in (BUILD-PGE-O): Add m2/pge-boot/Gwrapc.o. + * gm2-libs-ch/wrapc.c (wrapc_SeekSet): New function. + (wrapc_SeekEnd): Ditto. + (wrapc_ReadOnly): Ditto. + (wrapc_WriteOnly): Ditto. + * gm2-libs/FIO.mod (SEEK_SET): Remove. + (SEEK_END): Remove. + (UNIXREADONLY): Remove. + (UNIXWRITEONLY): Remove. + (ConnectToUnix): Replace UNIXWRITEONLY with a call to WriteOnly. + Replace UNIXREADONLY with a call to ReadOnly. + (SetPositionFromBeginning): Replace SEEK_SET with a call to + SeekSet. + (SetPositionFromEnd): Replace SEEK_END with a call to + SeekEnd. + * gm2-libs/wrapc.def (SeekSet): New procedure function. + (SeekEnd): New procedure function. + (ReadOnly): New procedure function. + (WriteOnly): New procedure function. + * mc-boot-ch/Glibc.c (BUILD_MC_LIBC_TRACE): Undef. + (check_init): New function. + (tracedb): Ditto. + (tracedb_open): Ditto. + (tracedb_result): Ditto. + (libc_read): Ditto. + (libc_write): Ditto. + (libc_close): Ditto. + (libc_creat): Ditto. + (libc_open): Ditto. + (libc_lseek): Ditto. + * mc-boot-ch/Gwrapc.c (wrapc_SeekSet): New function. + (wrapc_SeekEnd): Ditto. + (wrapc_ReadOnly): Ditto. + (wrapc_WriteOnly): Ditto. + * mc-boot/GDynamicStrings.cc: Rebuilt. + * mc-boot/GFIO.cc: Ditto. + * mc-boot/GIndexing.cc: Ditto. + * mc-boot/GM2Dependent.cc: Ditto. + * mc-boot/GM2EXCEPTION.cc: Ditto. + * mc-boot/GPushBackInput.cc: Ditto. + * mc-boot/GRTExceptions.cc: Ditto. + * mc-boot/GRTint.cc: Ditto. + * mc-boot/GSArgs.cc: Ditto. + * mc-boot/GStdIO.cc: Ditto. + * mc-boot/GStringConvert.cc: Ditto. + * mc-boot/GSysStorage.cc: Ditto. + * mc-boot/Gdecl.cc: Ditto. + * mc-boot/Gkeyc.cc: Ditto. + * mc-boot/Glibc.h: Ditto. + * mc-boot/GmcComment.cc: Ditto. + * mc-boot/GmcComp.cc: Ditto. + * mc-boot/GmcDebug.cc: Ditto. + * mc-boot/GmcMetaError.cc: Ditto. + * mc-boot/GmcStack.cc: Ditto. + * mc-boot/GmcStream.cc: Ditto. + * mc-boot/GnameKey.cc: Ditto. + * mc-boot/GsymbolKey.cc: Ditto. + * mc-boot/Gvarargs.cc: Ditto. + * mc-boot/Gwrapc.h: Ditto. + * mc/decl.mod (getSymName): Add pointerref clause. + * mc/mcStream.mod (copy): Check for an error after every read. + * mc/varargs.mod (copy): Rewrite pointer arithmetic using INC to + avoid type incompatibility. + * pge-boot/GDynamicStrings.cc: Rebuilt. + * pge-boot/GDynamicStrings.h: Ditto. + * pge-boot/GFIO.cc: Ditto. + * pge-boot/GFIO.h: Ditto. + * pge-boot/GIO.cc: Ditto. + * pge-boot/GIndexing.cc: Ditto. + * pge-boot/GM2Dependent.cc: Ditto. + * pge-boot/GM2EXCEPTION.cc: Ditto. + * pge-boot/GNameKey.cc: Ditto. + * pge-boot/GPushBackInput.cc: Ditto. + * pge-boot/GRTExceptions.cc: Ditto. + * pge-boot/GStdIO.cc: Ditto. + * pge-boot/GSymbolKey.cc: Ditto. + * pge-boot/GSysStorage.cc: Ditto. + * pge-boot/Glibc.h: Ditto. + * pge-boot/Gwrapc.cc: Ditto. + * pge-boot/Gwrapc.h: Ditto. + 2024-02-22 Gaius Mulley PR modula2/114055 diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 48e6fb683417..a101c525bc2f 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,8 @@ +2024-02-25 Jerry DeLisle + + PR libfortran/105456 + * gfortran.dg/pr105456.f90: New test. + 2024-02-24 Richard Sandiford PR tree-optimization/113205 diff --git a/libgfortran/ChangeLog b/libgfortran/ChangeLog index d3ce2d7d3c7f..c445bda2cf4f 100644 --- a/libgfortran/ChangeLog +++ b/libgfortran/ChangeLog @@ -1,3 +1,11 @@ +2024-02-25 Jerry DeLisle + + PR libfortran/105456 + * io/list_read.c (list_formatted_read_scalar): Add checks + for the case where a user defines their own error codes + and error messages and generate the runtime error. + * io/transfer.c (st_read_done): Whitespace. + 2024-02-17 Jerry DeLisle PR libfortran/105473 diff --git a/libgm2/ChangeLog b/libgm2/ChangeLog index b277d38cf9a3..d1bc5acc736e 100644 --- a/libgm2/ChangeLog +++ b/libgm2/ChangeLog @@ -1,3 +1,12 @@ +2024-02-25 Gaius Mulley + + PR modula2/113749 + * libm2pim/wrapc.cc: Include fcntl.h. + (SeekSet): New function. + (SeekEnd): Ditto. + (ReadOnly): Ditto. + (WriteOnly): Ditto. + 2024-02-13 Rainer Orth * libm2iso/wraptime.cc [HAVE_STRUCT_TIMEZONE && HAVE_GETTIMEOFDAY] diff --git a/libphobos/ChangeLog b/libphobos/ChangeLog index f6ac413ba23b..b3378bcc67db 100644 --- a/libphobos/ChangeLog +++ b/libphobos/ChangeLog @@ -1,3 +1,11 @@ +2024-02-25 Iain Buclaw + + * libdruntime/MERGE: Merge upstream druntime ceff48bf7d. + * libdruntime/Makefile.am (DRUNTIME_DSOURCES_FREEBSD): Add + core/sys/freebsd/net/if_.d. + * libdruntime/Makefile.in: Regenerate. + * src/MERGE: Merge upstream phobos dcbfbd43a. + 2024-02-17 Iain Buclaw * libdruntime/MERGE: Merge upstream druntime 9471b25db9.