[gcc r17-2333] Daily bump.

GCC Administrator via Gcc-cvs <[email protected]>
Newsgroups gmane.comp.gcc.cvs
Message-ID <[email protected]>
https://gcc.gnu.org/g:490c72b690f17215385fc46595f0bd1fec36bc21

commit r17-2333-g490c72b690f17215385fc46595f0bd1fec36bc21
Author: GCC Administrator <[email protected]>
Date:   Sun Jul 12 00:16:27 2026 +0000

    Daily bump.

Diff:
---
 gcc/ChangeLog           | 27 +++++++++++++++++++++++++++
 gcc/DATESTAMP           |  2 +-
 gcc/cobol/ChangeLog     |  6 ++++++
 gcc/fortran/ChangeLog   |  7 +++++++
 gcc/testsuite/ChangeLog | 12 ++++++++++++
 libgcc/ChangeLog        |  6 ++++++
 libgcobol/ChangeLog     |  9 +++++++++
 7 files changed, 68 insertions(+), 1 deletion(-)

diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index a83e2cd98909..ca68c2873848 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,30 @@
+2026-07-11  Surya Kumari Jangala  <[email protected]>
+
+	Revert:
+	2026-07-11  Surya Kumari Jangala  <[email protected]>
+
+	* config/rs6000/rs6000-cpus.def (FUTURE_MASKS_SERVER): Add OPTION_MASK_DMF.
+	(POWERPC_MASKS): Likewise.
+	* config/rs6000/rs6000.cc (rs6000_option_override_internal): Enable
+	OPTION_MASK_DMF by default when TARGET_FUTURE is set and the
+	flag was not explicitly given; emit an error and clear the flag
+	when -mdense-math is requested on a non-future target.
+	(rs6000_opt_masks): Add "dense-math" entry for OPTION_MASK_DMF.
+	* config/rs6000/rs6000.opt (mdense-math): New option backed by Mask(DMF).
+	* doc/invoke.texi: Add -mdense-math.
+
+2026-07-11  Surya Kumari Jangala  <[email protected]>
+
+	* config/rs6000/rs6000-cpus.def (FUTURE_MASKS_SERVER): Add OPTION_MASK_DMF.
+	(POWERPC_MASKS): Likewise.
+	* config/rs6000/rs6000.cc (rs6000_option_override_internal): Enable
+	OPTION_MASK_DMF by default when TARGET_FUTURE is set and the
+	flag was not explicitly given; emit an error and clear the flag
+	when -mdense-math is requested on a non-future target.
+	(rs6000_opt_masks): Add "dense-math" entry for OPTION_MASK_DMF.
+	* config/rs6000/rs6000.opt (mdense-math): New option backed by Mask(DMF).
+	* doc/invoke.texi: Add -mdense-math.
+
 2026-07-10  Roger Sayle  <[email protected]>
 
 	PR tree-optimization/57371
diff --git a/gcc/DATESTAMP b/gcc/DATESTAMP
index 97b47c660212..bbcf50646c23 100644
--- a/gcc/DATESTAMP
+++ b/gcc/DATESTAMP
@@ -1 +1 @@
-20260711
+20260712
diff --git a/gcc/cobol/ChangeLog b/gcc/cobol/ChangeLog
index e77654475a56..2c29099c0331 100644
--- a/gcc/cobol/ChangeLog
+++ b/gcc/cobol/ChangeLog
@@ -1,3 +1,9 @@
+2026-07-11  Robert Dubner  <[email protected]>
+
+	* copybook.h (class copybook_t): Mollify cppcheck.
+	* lexio.h (struct filespan_t): Likewise.
+	* symbols.h (symbol_typedef): Add declaration.
+
 2026-07-10  Robert Dubner  <[email protected]>
 
 	* Make-lang.in: Copy charmaps.cc and valconv.cc without using SED to
diff --git a/gcc/fortran/ChangeLog b/gcc/fortran/ChangeLog
index 22caf6a54377..10f87226ba3c 100644
--- a/gcc/fortran/ChangeLog
+++ b/gcc/fortran/ChangeLog
@@ -1,3 +1,10 @@
+2026-07-11  Jerry DeLisle  <[email protected]>
+
+	PR fortran/126210
+	* module.cc (read_module): Only skip re-importing a symbol
+	already visible via host association from the same module
+	when that symbol is a derived type.
+
 2026-07-10  Jerry DeLisle  <[email protected]>
 
 	PR fortran/126170
diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog
index b31ca7fa7570..c271470808ee 100644
--- a/gcc/testsuite/ChangeLog
+++ b/gcc/testsuite/ChangeLog
@@ -1,3 +1,15 @@
+2026-07-11  Jerry DeLisle  <[email protected]>
+
+	PR fortran/126210
+	* gfortran.dg/pr126210.f90: New test.
+
+2026-07-11  Robert Dubner  <[email protected]>
+
+	* cobol.dg/group2/BINARY_and_COMP-5.cob: Removed.
+	* cobol.dg/group2/BINARY_and_COMP-5.out: Removed.
+	* cobol.dg/group2/Non-numeric_data_in_numeric_items__1_.cob: Removed.
+	* cobol.dg/group2/Non-numeric_data_in_numeric_items__1_.out: Removed.
+
 2026-07-11  Andrew Pinski  <[email protected]>
 
 	PR testsuite/36190
diff --git a/libgcc/ChangeLog b/libgcc/ChangeLog
index 2d594a261e57..00ce895b0ddd 100644
--- a/libgcc/ChangeLog
+++ b/libgcc/ChangeLog
@@ -1,3 +1,9 @@
+2026-07-11  Rainer Orth  <[email protected]>
+
+	* config.host <i[34567]86-*-netbsdelf*> (tmake_file): Add
+	i386/t-msabi.
+	<x86_64-*-netbsd*>: Likewise.
+
 2026-07-09  Stefan Schulze Frielinghaus  <[email protected]>
 
 	* config.host: Remove target s390-*.  Remove -m31 part.
diff --git a/libgcobol/ChangeLog b/libgcobol/ChangeLog
index 3410f1af419f..5e5a5e7db167 100644
--- a/libgcobol/ChangeLog
+++ b/libgcobol/ChangeLog
@@ -1,3 +1,12 @@
+2026-07-11  Robert Dubner  <[email protected]>
+
+	* charmaps.cc (helpful_iconv_open): Use snprintf() instead of strncpy().
+
+2026-07-11  Robert Dubner  <[email protected]>
+
+	* charmaps.cc (helpful_iconv_open): Use strncpy() properly.
+	(char_from_figconst): Initialize return value.
+
 2026-07-10  Robert Dubner  <[email protected]>
 
 	* charmaps.cc (defined): Use conditional compilation to locate .h
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.