Daily bump.
This commit is contained in:
parent
c3e80a16af
commit
c2bd5d8a30
21 changed files with 206 additions and 1 deletions
|
@ -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.
|
||||
|
|
|
@ -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):
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -1 +1 @@
|
|||
20211022
|
||||
20211023
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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):
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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.
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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.
|
||||
|
|
|
@ -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'.
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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.
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue