public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc r13-6757] Daily bump.
@ 2023-03-20  0:18 GCC Administrator
  0 siblings, 0 replies; only message in thread
From: GCC Administrator @ 2023-03-20  0:18 UTC (permalink / raw)
  To: gcc-cvs

https://gcc.gnu.org/g:09abeb73b8e1d5c83da5d36f391f16481499cb88

commit r13-6757-g09abeb73b8e1d5c83da5d36f391f16481499cb88
Author: GCC Administrator <gccadmin@gcc.gnu.org>
Date:   Mon Mar 20 00:17:08 2023 +0000

    Daily bump.

Diff:
---
 gcc/ChangeLog           |  5 +++
 gcc/DATESTAMP           |  2 +-
 gcc/fortran/ChangeLog   | 10 ++++++
 gcc/m2/ChangeLog        | 82 +++++++++++++++++++++++++++++++++++++++++++++++++
 gcc/testsuite/ChangeLog | 10 ++++++
 libgcc/ChangeLog        |  5 +++
 6 files changed, 113 insertions(+), 1 deletion(-)

diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 3d8c91be75a..938616c41b6 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,8 @@
+2023-03-19  Jonny Grant  <jg@jguk.org>
+
+	* doc/extend.texi (Common Function Attributes) <nonnull>:
+	Correct typo.
+
 2023-03-18  Peter Bergner  <bergner@linux.ibm.com>
 
 	PR rtl-optimization/109179
diff --git a/gcc/DATESTAMP b/gcc/DATESTAMP
index 401e9e9bd2a..ad75bcfd2b2 100644
--- a/gcc/DATESTAMP
+++ b/gcc/DATESTAMP
@@ -1 +1 @@
-20230319
+20230320
diff --git a/gcc/fortran/ChangeLog b/gcc/fortran/ChangeLog
index 2c303e1b3bd..65215043504 100644
--- a/gcc/fortran/ChangeLog
+++ b/gcc/fortran/ChangeLog
@@ -1,3 +1,13 @@
+2023-03-19  Harald Anlauf  <anlauf@gmx.de>
+
+	PR fortran/85877
+	* resolve.cc (resolve_fl_procedure): Check for an explicit interface
+	of procedures with the BIND(C) attribute (F2018:15.4.2.2).
+
+2023-03-19  Thomas Koenig  <tkoenig@gcc.gnu.org>
+
+	* gfortran.texi: Mention behavior on overflow.
+
 2023-03-18  Paul Thomas  <pault@gcc.gnu.org>
 
 	PR fortran/103854
diff --git a/gcc/m2/ChangeLog b/gcc/m2/ChangeLog
index c98137736bc..2356223cb88 100644
--- a/gcc/m2/ChangeLog
+++ b/gcc/m2/ChangeLog
@@ -1,3 +1,85 @@
+2023-03-19  Gaius Mulley  <gaiusmod2@gmail.com>
+
+	* Make-maintainer.in (gm2.maintainer-clean): Remove.
+	(gm2.maintainer-help): Add gm2.maintainer-tools,
+	gm2.maintainer-doc.  Remove gm2.maintainer-clean.
+	Change target-independent directory to target-independent/m2.
+	* gm2-compiler/ppg.mod: Correct __FILE_ typo to __FILE__.
+	* gm2-compiler/M2Options.def (SetAutoInit): Update comment.
+	* gm2-compiler/M2Options.mod (SetAutoInit): Update comment.
+	* gm2-gcc/m2color.cc (m2color_colorize_start): Rename name_len
+	to _name_high.
+	* gm2-gcc/m2color.def (colorize_start): change ARRAY OF CHAR to
+	ADDRESS and add _name_high.
+	* gm2-gcc/m2decl.cc (m2decl_BuildStartFunctionDeclaration): Change
+	int to bool.
+	* gm2-gcc/m2decl.h (m2decl_BuildStartFunctionDeclaration): Change
+	int to bool.
+	* gm2-gcc/m2expr.cc (m2expr_BuildBinarySetDo): Change int to bool.
+	(m2expr_BuildIfConstInVar): Change int to bool.
+	(m2expr_BuildIfNotConstInVar): Change int to bool.
+	(m2expr_BuildIfVarInVar): Change int to bool.
+	(m2expr_BuildIfNotVarInVar): Change int to bool.
+	(m2expr_BuildForeachWordInSetDoIfExpr): Change int to bool.
+	* gm2-gcc/m2expr.h (m2expr_BuildIfNotVarInVar): Change int to bool.
+	(m2expr_BuildIfVarInVar): Change int to bool.
+	(m2expr_BuildIfNotConstInVar): Change int to bool.
+	(m2expr_BuildIfConstInVar): Change int to bool.
+	* gm2-gcc/m2options.h (M2Options_SetAutoInit): Change int to bool.
+	(M2Options_SetNilCheck): Change int to bool.
+	(M2Options_SetReturnCheck): Change int to bool.
+	(M2Options_SetCaseCheck): Change int to bool.
+	(M2Options_SetCheckAll): Change int to bool.
+	(M2Options_SetVerboseUnbounded): Change int to bool.
+	(M2Options_SetUnboundedByReference): Change int to bool.
+	(M2Options_SetOptimizing): Change int to bool.
+	(M2Options_SetQuiet): Change int to bool.
+	(M2Options_SetCpp): Change int to bool.
+	(M2Options_SetM2g): Change int to bool.
+	(M2Options_SetLowerCaseKeywords): Change int to bool.
+	(M2Options_SetVerbose): Change int to bool.
+	* gm2-gcc/m2treelib.cc (m2treelib_get_rvalue): Change int to bool.
+	(m2treelib_get_field_no): Change int to bool.
+	(m2treelib_get_set_value): Change int to bool.
+	(m2treelib_get_set_address): Change int to bool.
+	(m2treelib_get_set_address_if_var): Change int to bool.
+	* gm2-gcc/m2treelib.def (get_set_address_if_var): Change int to bool.
+	(get_set_address): Change int to bool.
+	(get_set_value): Change int to bool.
+	(get_field_no): Change int to bool.
+	(get_rvalue): Change int to bool.
+	* gm2-gcc/m2treelib.h (m2treelib_get_field_no): Change int to bool.
+	(m2treelib_get_set_value): Change int to bool.
+	(m2treelib_get_set_address): Change int to bool.
+	(m2treelib_get_set_address_if_var): Change int to bool.
+	* gm2-gcc/m2type.cc (m2type_BuildEndFunctionType): Change int to bool.
+	* gm2-gcc/m2type.h (m2type_BuildEndFunctionType): Change int to bool.
+	* gm2-libs-ch/dtoa.cc (dtoa_calcsign): Change int to bool.
+	* gm2-libs-ch/ldtoa.cc (dtoa_calcsign): Change int to bool.
+	(ldtoa_ldtoa): Change int to bool.
+	* m2.flex (functionInfo): Change int to bool.
+	(pushFunction): Change parameter from int to bool.
+	* mc-boot/GDebug.cc (Debug_Halt): Rebuild.
+	* mc-boot/GDebug.h (Debug_Halt): Rebuild.
+	* mc-boot/GDynamicStrings.cc: Rebuild.
+	* mc-boot/GDynamicStrings.h: Rebuild.
+	* mc-boot/GFIO.cc: Rebuild.
+	* mc-boot/GM2RTS.cc: Rebuild.
+	* mc-boot/GM2RTS.h: Rebuild.
+	* mc-boot/GPushBackInput.cc: Rebuild.
+	* mc-boot/GRTExceptions.cc: Rebuild.
+	* mc-boot/GRTint.cc: Rebuild.
+	* mc-boot/GSysStorage.cc: Rebuild.
+	* mc-boot/Gdecl.cc: Rebuild.
+	* mc-boot/GsymbolKey.cc: Rebuild.
+	* mc/symbolKey.mod: Rebuild.
+	* target-independent/m2/Builtins.texi: Rebuild.
+	* target-independent/m2/SYSTEM-iso.texi: Rebuild.
+	* target-independent/m2/SYSTEM-pim.texi: Rebuild.
+	* target-independent/m2/gm2-libs.texi: Rebuild.
+	* tools-src/def2doc.py (PIM_Log): Change gm2-libs-pim to
+	gm2-lib-log.
+
 2023-03-17  Gaius Mulley  <gaiusmod2@gmail.com>
 
 	PR modula2/109032
diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog
index d6eccb1cdef..c019b3f5d6f 100644
--- a/gcc/testsuite/ChangeLog
+++ b/gcc/testsuite/ChangeLog
@@ -1,3 +1,13 @@
+2023-03-19  Harald Anlauf  <anlauf@gmx.de>
+
+	PR fortran/85877
+	* gfortran.dg/pr85877.f90: New test.
+
+2023-03-19  Xin Liu  <xin.liu@oss.cipunited.com>
+
+	* gcc.target/mips/mips.exp (mips-dg-options): Disable micromips
+	for MSA tests.
+
 2023-03-18  David Malcolm  <dmalcolm@redhat.com>
 
 	PR analyzer/109094
diff --git a/libgcc/ChangeLog b/libgcc/ChangeLog
index 22e9bbd4bdd..54b6930c1c5 100644
--- a/libgcc/ChangeLog
+++ b/libgcc/ChangeLog
@@ -1,3 +1,8 @@
+2023-03-19  Stafford Horne  <shorne@gmail.com>
+
+	* config/or1k/sfp-machine.h (FP_HANDLE_EXCEPTIONS): Remove
+	statement clearing existing exceptions.
+
 2023-03-13  Max Filippov  <jcmvbkbc@gmail.com>
 
 	* config/xtensa/crti.S: Add .note.GNU-stack section on linux.

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2023-03-20  0:18 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-03-20  0:18 [gcc r13-6757] Daily bump GCC Administrator

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).