Daily bump.
This commit is contained in:
parent
9a48892bea
commit
adfe99ad8f
5 changed files with 38 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
|||
2020-12-27 Gerald Pfeifer <gerald@pfeifer.com>
|
||||
|
||||
* doc/analyzer.texi (Analyzer Internals): Find a new source for
|
||||
the "A Memory Model for Static Analysis of C Programs" paper.
|
||||
|
||||
2020-12-25 Gerald Pfeifer <gerald@pfeifer.com>
|
||||
|
||||
* doc/invoke.texi (C++ Module Mapper): Fix reference to libcody.
|
||||
|
|
|
@ -1 +1 @@
|
|||
20201227
|
||||
20201228
|
||||
|
|
|
@ -1,3 +1,14 @@
|
|||
2020-12-27 Paul Thomas <pault@gcc.gnu.org>
|
||||
|
||||
PR fortran/97694
|
||||
PR fortran/97723
|
||||
* check.c (allocatable_check): Select rank temporaries are
|
||||
permitted even though they are treated as associate variables.
|
||||
* resolve.c (gfc_resolve_code): Break on select rank as well as
|
||||
select type so that the block os resolved.
|
||||
* trans-stmt.c (trans_associate_var): Class associate variables
|
||||
that are optional dummies must use the backend_decl.
|
||||
|
||||
2020-12-26 Paul Thomas <pault@gcc.gnu.org>
|
||||
|
||||
PR fortran/98022
|
||||
|
|
|
@ -1,3 +1,14 @@
|
|||
2020-12-27 Jeff Law <law@redhat.com>
|
||||
|
||||
* gcc.dg/tree-ssa/asm-2.c: Use different register for iq2000.
|
||||
* gcc.dg/tree-ssa/asm-3.c: Likewise.
|
||||
|
||||
2020-12-27 Paul Thomas <pault@gcc.gnu.org>
|
||||
|
||||
PR fortran/97694
|
||||
PR fortran/97723
|
||||
* gfortran.dg/select_rank_5.f90: New test.
|
||||
|
||||
2020-12-26 Iain Sandoe <iain@sandoe.co.uk>
|
||||
|
||||
PR c++/96045
|
||||
|
|
|
@ -1,3 +1,13 @@
|
|||
2020-12-27 Gerald Pfeifer <gerald@pfeifer.com>
|
||||
|
||||
* doc/xml/manual/abi.xml: Update link to Arm ABI.
|
||||
* doc/html/manual/abi.html: Regenerate.
|
||||
|
||||
2020-12-27 Gerald Pfeifer <gerald@pfeifer.com>
|
||||
|
||||
* doc/xml/manual/debug.xml: Move Valgrind references to https.
|
||||
* doc/html/manual/debug.html: Regenerate.
|
||||
|
||||
2020-12-26 Gerald Pfeifer <gerald@pfeifer.com>
|
||||
|
||||
* doc/xml/manual/abi.xml: Update link to Intel's compatibility
|
||||
|
|
Loading…
Add table
Reference in a new issue