• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

Tags
Keine Tags

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

GCC with patches for OS216


Commit MetaInfo

Revision2f5922a5a0c6c921ed97a414f692e105764a9abb (tree)
Zeit2020-07-02 09:18:12
AutorGCC Administrator <gccadmin@gcc....>
CommiterGCC Administrator

Log Message

Daily bump.

Ändern Zusammenfassung

Diff

--- a/gcc/DATESTAMP
+++ b/gcc/DATESTAMP
@@ -1 +1 @@
1-20200701
1+20200702
--- a/gcc/fortran/ChangeLog
+++ b/gcc/fortran/ChangeLog
@@ -1,3 +1,31 @@
1+2020-07-01 Harald Anlauf <anlauf@gmx.de>
2+
3+ Backported from master:
4+ 2020-06-29 Harald Anlauf <anlauf@gmx.de>
5+
6+ PR fortran/71706
7+ * trans-stmt.c (gfc_trans_sync): Do proper kind conversion in
8+ bounds-checking code.
9+
10+2020-07-01 Harald Anlauf <anlauf@gmx.de>
11+
12+ Backported from master:
13+ 2020-06-28 Harald Anlauf <anlauf@gmx.de>
14+
15+ PR fortran/95880
16+ * symbol.c (gfc_add_type): If sym->ns->proc_name is set, use it,
17+ otherwise fall back to sym->name.
18+
19+2020-07-01 Mark Eggleston <markeggleston@gcc.gnu.org>
20+
21+ Backported from master:
22+ 2020-07-01 Steven G. Kargl <kargl@gcc.gnu.org>
23+ Mark Eggleston <markeggleston@gcc.gnu.org>
24+
25+ PR fortran/95829
26+ * decl.c (gfc_match_decl_type_spec): Compare with "* ) " instead
27+ of "*)".
28+
129 2020-06-30 Thomas Koenig <tkoenig@gcc.gnu.org>
230
331 Backported from master:
--- a/gcc/testsuite/ChangeLog
+++ b/gcc/testsuite/ChangeLog
@@ -1,3 +1,27 @@
1+2020-07-01 Harald Anlauf <anlauf@gmx.de>
2+
3+ Backported from master:
4+ 2020-06-29 Harald Anlauf <anlauf@gmx.de>
5+
6+ PR fortran/71706
7+ * gfortran.dg/pr71706.f90: New file.
8+
9+2020-07-01 Harald Anlauf <anlauf@gmx.de>
10+
11+ Backported from master:
12+ 2020-06-28 Harald Anlauf <anlauf@gmx.de>
13+
14+ PR fortran/95880
15+ * gfortran.dg/pr95880.f90: New file.
16+
17+2020-07-01 Mark Eggleston <markeggleston@gcc.gnu.org>
18+
19+ Backported from master:
20+ 2020-07-01 Steven G. Kargl <kargl@gcc.gnu.org>
21+
22+ PR fortran/95829
23+ * gfortran.dg/pr95829.f90: New test.
24+
125 2020-06-30 Alex Coplan <alex.coplan@arm.com>
226
327 Backported from master:
--- a/libstdc++-v3/ChangeLog
+++ b/libstdc++-v3/ChangeLog
@@ -1,3 +1,13 @@
1+2020-07-01 Jonathan Wakely <jwakely@redhat.com>
2+
3+ Backported from master:
4+ 2020-07-01 Jonathan Wakely <jwakely@redhat.com>
5+
6+ PR libstdc++/94627
7+ * include/bits/regex.h (operator==, operator!=): Remove noexcept
8+ equality comparisons for match_results.
9+ * testsuite/28_regex/match_results/94627.cc: New test.
10+
111 2020-06-24 Jonathan Wakely <jwakely@redhat.com>
212
313 Backported from master: