public inbox for libstdc++-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc r12-4637] Daily bump.
@ 2021-10-23  0:17 GCC Administrator
  0 siblings, 0 replies; only message in thread
From: GCC Administrator @ 2021-10-23  0:17 UTC (permalink / raw)
  To: gcc-cvs, libstdc++-cvs

https://gcc.gnu.org/g:c2bd5d8a30819db072286d4e22d74761462c8724

commit r12-4637-gc2bd5d8a30819db072286d4e22d74761462c8724
Author: GCC Administrator <gccadmin@gcc.gnu.org>
Date:   Sat Oct 23 00:16:26 2021 +0000

    Daily bump.

Diff:
---
 ChangeLog               |  7 ++++++
 c++tools/ChangeLog      |  5 ++++
 gcc/ChangeLog           | 34 ++++++++++++++++++++++++++
 gcc/DATESTAMP           |  2 +-
 gcc/ada/ChangeLog       |  6 +++++
 gcc/c/ChangeLog         |  5 ++++
 gcc/cp/ChangeLog        |  5 ++++
 gcc/d/ChangeLog         |  6 +++++
 gcc/fortran/ChangeLog   | 11 +++++++++
 gcc/lto/ChangeLog       |  5 ++++
 gcc/objc/ChangeLog      |  5 ++++
 gcc/objcp/ChangeLog     |  5 ++++
 gcc/testsuite/ChangeLog | 64 +++++++++++++++++++++++++++++++++++++++++++++++++
 gnattools/ChangeLog     |  5 ++++
 libada/ChangeLog        |  5 ++++
 libbacktrace/ChangeLog  | 10 ++++++++
 libcpp/ChangeLog        |  5 ++++
 libdecnumber/ChangeLog  |  5 ++++
 libgcc/ChangeLog        |  5 ++++
 libiberty/ChangeLog     |  6 +++++
 libstdc++-v3/ChangeLog  |  6 +++++
 21 files changed, 206 insertions(+), 1 deletion(-)

diff --git a/ChangeLog b/ChangeLog
index f4683931f80..14c1d399fa0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2021-10-22  Eric Gallager  <egallager@gcc.gnu.org>
+
+	PR other/102663
+	* Makefile.def: Handle install-dvi target.
+	* Makefile.tpl: Likewise.
+	* Makefile.in: Regenerate.
+
 2021-10-19  Clément Chigot  <clement.chigot@atos.net>
 
 	* MAINTAINERS: Add myself for write after approval.
diff --git a/c++tools/ChangeLog b/c++tools/ChangeLog
index fe606e52d3f..aa2fccd7769 100644
--- a/c++tools/ChangeLog
+++ b/c++tools/ChangeLog
@@ -1,3 +1,8 @@
+2021-10-22  Eric Gallager  <egallager@gcc.gnu.org>
+
+	PR other/102663
+	* Makefile.in: Add dummy install-dvi target.
+
 2021-09-14  Iain Sandoe  <iain@sandoe.co.uk>
 
 	* resolver.cc (module_resolver::ModuleCompiledRequest):
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 4cead4480b4..76295576eef 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,37 @@
+2021-10-22  Eric Gallager  <egallager@gcc.gnu.org>
+
+	PR other/102663
+	* Makefile.in: Handle dvidir and install-dvi target.
+	* configure: Regenerate.
+	* configure.ac: Add install-dvi to target_list.
+
+2021-10-22  Gerald Pfeifer  <gerald@pfeifer.com>
+
+	* doc/install.texi (Binaries): Convert mingw-w64.org to https.
+	(Specific): Ditto.
+
+2021-10-22  Richard Biener  <rguenther@suse.de>
+
+	PR tree-optimization/102893
+	* tree-ssa-dce.c (find_obviously_necessary_stmts): Fix the
+	test for an exit edge.
+
+2021-10-22  Aldy Hernandez  <aldyh@redhat.com>
+	    Andrew MacLeod  <amacleod@redhat.com>
+
+	* gimple-range-path.cc (path_range_query::compute_phi_relations):
+	Kill any global relations we may know before registering a new
+	one.
+	* value-relation.cc (path_oracle::killing_def): New.
+	* value-relation.h (path_oracle::killing_def): New.
+
+2021-10-22  Richard Biener  <rguenther@suse.de>
+
+	PR bootstrap/102681
+	* tree-ssa-sccvn.c (vn_phi_insert): For undefined SSA args
+	record VN_TOP.
+	(vn_phi_lookup): Likewise.
+
 2021-10-21  H.J. Lu  <hjl.tools@gmail.com>
 
 	PR target/98667
diff --git a/gcc/DATESTAMP b/gcc/DATESTAMP
index a8f37414554..142ce4f1a07 100644
--- a/gcc/DATESTAMP
+++ b/gcc/DATESTAMP
@@ -1 +1 @@
-20211022
+20211023
diff --git a/gcc/ada/ChangeLog b/gcc/ada/ChangeLog
index 13f349c3da1..44afa74bea9 100644
--- a/gcc/ada/ChangeLog
+++ b/gcc/ada/ChangeLog
@@ -1,3 +1,9 @@
+2021-10-22  Eric Gallager  <egallager@gcc.gnu.org>
+
+	PR other/102663
+	* gcc-interface/Make-lang.in: Allow dvi-formatted
+	documentation to be installed.
+
 2021-10-20  Bob Duff  <duff@adacore.com>
 
 	* gcc-interface/decl.c (gnat_to_gnu_entity): Remove unnecessary
diff --git a/gcc/c/ChangeLog b/gcc/c/ChangeLog
index 138731883c3..08ef6aecaeb 100644
--- a/gcc/c/ChangeLog
+++ b/gcc/c/ChangeLog
@@ -1,3 +1,8 @@
+2021-10-22  Eric Gallager  <egallager@gcc.gnu.org>
+
+	PR other/102663
+	* Make-lang.in: Add dummy c.install-dvi target.
+
 2021-10-15  Richard Biener  <rguenther@suse.de>
 
 	PR c/102763
diff --git a/gcc/cp/ChangeLog b/gcc/cp/ChangeLog
index 08ba25e194d..09ee8b33dbc 100644
--- a/gcc/cp/ChangeLog
+++ b/gcc/cp/ChangeLog
@@ -1,3 +1,8 @@
+2021-10-22  Eric Gallager  <egallager@gcc.gnu.org>
+
+	PR other/102663
+	* Make-lang.in: Add dummy c++.install-dvi target.
+
 2021-10-20  Jason Merrill  <jason@redhat.com>
 
 	* parser.c (cp_parser_parse_and_diagnose_invalid_type_name):
diff --git a/gcc/d/ChangeLog b/gcc/d/ChangeLog
index c045cc9ddd2..b752dd9cee2 100644
--- a/gcc/d/ChangeLog
+++ b/gcc/d/ChangeLog
@@ -1,3 +1,9 @@
+2021-10-22  Eric Gallager  <egallager@gcc.gnu.org>
+
+	PR other/102663
+	* Make-lang.in: Allow dvi-formatted documentation
+	to be installed.
+
 2021-10-08  Martin Liska  <mliska@suse.cz>
 
 	* d-lang.cc (d_post_options): Use new macro
diff --git a/gcc/fortran/ChangeLog b/gcc/fortran/ChangeLog
index 1630a1e2552..44dd34fbb6e 100644
--- a/gcc/fortran/ChangeLog
+++ b/gcc/fortran/ChangeLog
@@ -1,3 +1,14 @@
+2021-10-22  Eric Gallager  <egallager@gcc.gnu.org>
+
+	PR other/102663
+	* Make-lang.in: Allow dvi-formatted documentation
+	to be installed.
+
+2021-10-22  Tobias Burnus  <tobias@codesourcery.com>
+
+	PR fortran/92621
+	* trans-expr.c (gfc_trans_assignment_1): Add STRIP_NOPS.
+
 2021-10-21  Chung-Lin Tang  <cltang@codesourcery.com>
 
 	* decl.c (gfc_match_end): Add COMP_OMP_STRICTLY_STRUCTURED_BLOCK case
diff --git a/gcc/lto/ChangeLog b/gcc/lto/ChangeLog
index 1aea3f80713..910b876e135 100644
--- a/gcc/lto/ChangeLog
+++ b/gcc/lto/ChangeLog
@@ -1,3 +1,8 @@
+2021-10-22  Eric Gallager  <egallager@gcc.gnu.org>
+
+	PR other/102663
+	* Make-lang.in: Add dummy lto.install-dvi target.
+
 2021-09-27  Martin Liska  <mliska@suse.cz>
 
 	* lto-lang.c (lto_init_options_struct): Set also
diff --git a/gcc/objc/ChangeLog b/gcc/objc/ChangeLog
index 853ce09f4bf..51b21036741 100644
--- a/gcc/objc/ChangeLog
+++ b/gcc/objc/ChangeLog
@@ -1,3 +1,8 @@
+2021-10-22  Eric Gallager  <egallager@gcc.gnu.org>
+
+	PR other/102663
+	* Make-lang.in: Add dummy objc.install-dvi target.
+
 2021-10-08  Martin Liska  <mliska@suse.cz>
 
 	* objc-next-runtime-abi-01.c: Add missing include.
diff --git a/gcc/objcp/ChangeLog b/gcc/objcp/ChangeLog
index c5d402c23e2..c83b831a542 100644
--- a/gcc/objcp/ChangeLog
+++ b/gcc/objcp/ChangeLog
@@ -1,3 +1,8 @@
+2021-10-22  Eric Gallager  <egallager@gcc.gnu.org>
+
+	PR other/102663
+	* Make-lang.in: Add dummy objc++.install-dvi target.
+
 2021-10-11  Eric Gallager  <egallager@gcc.gnu.org>
 
 	PR objc++/56604
diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog
index abffde15a20..1804ecbfa37 100644
--- a/gcc/testsuite/ChangeLog
+++ b/gcc/testsuite/ChangeLog
@@ -1,3 +1,67 @@
+2021-10-22  Tobias Burnus  <tobias@codesourcery.com>
+
+	* gfortran.dg/associate_3.f03: Replace dg-excess-errors by
+	other dg-* to change XFAIL to PASS.
+	* gfortran.dg/binding_label_tests_4.f03: Likewise.
+	* gfortran.dg/block_4.f08: Likewise.
+	* gfortran.dg/charlen_04.f90: Likewise.
+	* gfortran.dg/charlen_05.f90: Likewise.
+	* gfortran.dg/charlen_06.f90: Likewise.
+	* gfortran.dg/charlen_13.f90: Likewise.
+	* gfortran.dg/coarray_9.f90: Likewise.
+	* gfortran.dg/coarray_collectives_3.f90: Likewise.
+	* gfortran.dg/data_invalid.f90: Likewise.
+	* gfortran.dg/do_4.f: Likewise.
+	* gfortran.dg/dollar_sym_1.f90: Likewise.
+	* gfortran.dg/dollar_sym_3.f: Likewise.
+	* gfortran.dg/fmt_tab_1.f90: Likewise.
+	* gfortran.dg/fmt_tab_2.f90: Likewise.
+	* gfortran.dg/forall_16.f90: Likewise.
+	* gfortran.dg/g77/970125-0.f: Likewise.
+	* gfortran.dg/gomp/unexpected-end.f90: Likewise.
+	* gfortran.dg/interface_operator_1.f90: Likewise.
+	* gfortran.dg/interface_operator_2.f90: Likewise.
+	* gfortran.dg/line_length_4.f90: Likewise.
+	* gfortran.dg/line_length_5.f90: Likewise.
+	* gfortran.dg/line_length_6.f90: Likewise.
+	* gfortran.dg/line_length_8.f90: Likewise.
+	* gfortran.dg/line_length_9.f90: Likewise.
+	* gfortran.dg/pr65045.f90: Likewise.
+	* gfortran.dg/pr69497.f90: Likewise.
+	* gfortran.dg/submodule_21.f08: Likewise.
+	* gfortran.dg/tab_continuation.f: Likewise.
+	* gfortran.dg/typebound_proc_2.f90: Likewise.
+	* gfortran.dg/warnings_are_errors_1.f90: Likewise.
+
+2021-10-22  Tobias Burnus  <tobias@codesourcery.com>
+
+	PR fortran/92621
+	* gfortran.dg/bind-c-intent-out-2.f90: New test.
+
+2021-10-22  José Rui Faustino de Sousa  <jrfsousa@gmail.com>
+	    Sandra Loosemore  <sandra@codesourcery.com>
+
+	PR fortran/94289
+	* gfortran.dg/PR94289.f90: New.
+
+2021-10-22  José Rui Faustino de Sousa  <jrfsousa@gmail.com>
+	    Sandra Loosemore  <sandra@codesourcery.com>
+
+	PR fortran/100906
+	* gfortran.dg/PR100906.f90: New.
+	* gfortran.dg/PR100906.c: New.
+
+2021-10-22  Richard Biener  <rguenther@suse.de>
+
+	PR tree-optimization/102893
+	* gcc.dg/tree-ssa/ssa-dce-9.c: New testcase.
+
+2021-10-22  Richard Biener  <rguenther@suse.de>
+
+	PR bootstrap/102681
+	* gcc.dg/tree-ssa/ssa-fre-97.c: New testcase.
+	* gcc.dg/ubsan/pr81981.c: XFAIL one case.
+
 2021-10-21  Uroš Bizjak  <ubizjak@gmail.com>
 
 	PR testsuite/102840
diff --git a/gnattools/ChangeLog b/gnattools/ChangeLog
index d86a991732e..fb2f11cceeb 100644
--- a/gnattools/ChangeLog
+++ b/gnattools/ChangeLog
@@ -1,3 +1,8 @@
+2021-10-22  Eric Gallager  <egallager@gcc.gnu.org>
+
+	PR other/102663
+	* Makefile.in: Add dummy install-dvi target.
+
 2021-05-07  Bob Duff  <duff@adacore.com>
 
 	* Makefile.in (GENERATED_FILES_FOR_TOOLS): New variable.
diff --git a/libada/ChangeLog b/libada/ChangeLog
index 441d15a64e0..1b757027ea3 100644
--- a/libada/ChangeLog
+++ b/libada/ChangeLog
@@ -1,3 +1,8 @@
+2021-10-22  Eric Gallager  <egallager@gcc.gnu.org>
+
+	PR other/102663
+	* Makefile.in: Add dummy install-dvi target.
+
 2020-01-24  Maciej W. Rozycki  <macro@wdc.com>
 
 	* Makefile.in (configure_deps): Add `toolexeclibdir.m4'.
diff --git a/libbacktrace/ChangeLog b/libbacktrace/ChangeLog
index dc986b9370e..2c8a8a4de0e 100644
--- a/libbacktrace/ChangeLog
+++ b/libbacktrace/ChangeLog
@@ -1,3 +1,13 @@
+2021-10-22  Martin Liska  <mliska@suse.cz>
+
+	PR testsuite/102742
+	* btest.c (MIN_DESCRIPTOR): New.
+	(MAX_DESCRIPTOR): Likewise.
+	(check_available_files): Likewise.
+	(check_open_files): Check only file descriptors that
+	were not available at the entry.
+	(main): Call check_available_files.
+
 2021-08-13  Sergei Trofimovich  <siarheit@google.com>
 
 	* install-debuginfo-for-buildid.sh.in: Force non-localized readelf
diff --git a/libcpp/ChangeLog b/libcpp/ChangeLog
index 67d866d7b4e..32c91eb1124 100644
--- a/libcpp/ChangeLog
+++ b/libcpp/ChangeLog
@@ -1,3 +1,8 @@
+2021-10-22  Eric Gallager  <egallager@gcc.gnu.org>
+
+	PR other/102663
+	* Makefile.in: Add dummy install-dvi target.
+
 2021-10-18  Martin Liska  <mliska@suse.cz>
 
 	* charset.c (convert_oct): Remove unused but set variable.
diff --git a/libdecnumber/ChangeLog b/libdecnumber/ChangeLog
index 4ffa8608138..da2efd5f900 100644
--- a/libdecnumber/ChangeLog
+++ b/libdecnumber/ChangeLog
@@ -1,3 +1,8 @@
+2021-10-22  Eric Gallager  <egallager@gcc.gnu.org>
+
+	PR other/102663
+	* Makefile.in: Add dummy install-dvi target.
+
 2021-05-03  H.J. Lu  <hjl.tools@gmail.com>
 
 	PR bootstrap/99703
diff --git a/libgcc/ChangeLog b/libgcc/ChangeLog
index 8dfb0d61469..19ce60757ec 100644
--- a/libgcc/ChangeLog
+++ b/libgcc/ChangeLog
@@ -1,3 +1,8 @@
+2021-10-22  Stafford Horne  <shorne@gmail.com>
+
+	* config/or1k/sfp-machine.h (_FP_TININESS_AFTER_ROUNDING):
+	Change to 0.
+
 2021-10-14  Raphael Moreira Zinsly  <rzinsly@linux.ibm.com>
 
 	* config/rs6000/linux-unwind.h (struct rt_sigframe): Move it to
diff --git a/libiberty/ChangeLog b/libiberty/ChangeLog
index 7d33cb92390..0bce6b2c48a 100644
--- a/libiberty/ChangeLog
+++ b/libiberty/ChangeLog
@@ -1,3 +1,9 @@
+2021-10-22  Eric Gallager  <egallager@gcc.gnu.org>
+
+	PR other/102663
+	* Makefile.in: Allow dvi-formatted documentation
+	to be installed.
+
 2021-10-17  Luís Ferreira  <contact@lsferreira.net>
 
 	PR d/102618
diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog
index ba9717f480f..5ab6678b2d4 100644
--- a/libstdc++-v3/ChangeLog
+++ b/libstdc++-v3/ChangeLog
@@ -1,3 +1,9 @@
+2021-10-22  Jonathan Wakely  <jwakely@redhat.com>
+
+	PR libstdc++/102894
+	* include/std/any (make_any): Add SFINAE constraint.
+	* testsuite/20_util/any/102894.cc: New test.
+
 2021-10-21  Jonathan Wakely  <jwakely@redhat.com>
 
 	* doc/doxygen/stdheader.cc: Refactor. Use C++23. Add new


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

only message in thread, other threads:[~2021-10-23  0:17 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-10-23  0:17 [gcc r12-4637] 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).