GCC with patches for OS216
修訂 | 934a5fa582f9b3fb5cf7b62aca2e686a7a2fa073 (tree) |
---|---|
時間 | 2020-06-18 09:17:10 |
作者 | GCC Administrator <gccadmin@gcc....> |
Commiter | GCC Administrator |
Daily bump.
@@ -1,3 +1,11 @@ | ||
1 | +2020-06-17 Thomas Schwinge <thomas@codesourcery.com> | |
2 | + | |
3 | + Backported from master: | |
4 | + 2020-06-17 Thomas Schwinge <thomas@codesourcery.com> | |
5 | + | |
6 | + * hsa-gen.c (gen_hsa_insns_for_call): Move 'function_decl == | |
7 | + NULL_TREE' check earlier. | |
8 | + | |
1 | 9 | 2020-06-16 Srinath Parvathaneni <srinath.parvathaneni@arm.com> |
2 | 10 | |
3 | 11 | * config/arm/arm_mve.h (__arm_vbicq_n_u16): Correct the intrinsic |
@@ -1 +1 @@ | ||
1 | -20200617 | |
1 | +20200618 |
@@ -1,3 +1,11 @@ | ||
1 | +2020-06-17 Marek Polacek <polacek@redhat.com> | |
2 | + | |
3 | + PR c++/95508 | |
4 | + * constexpr.c (maybe_fold_non_dependent_expr): New. | |
5 | + * cp-tree.h (maybe_fold_non_dependent_expr): Declare. | |
6 | + * typeck.c (cp_build_array_ref): Call maybe_fold_non_dependent_expr | |
7 | + instead of maybe_constant_value. | |
8 | + | |
1 | 9 | 2020-06-14 Iain Sandoe <iain@sandoe.co.uk> |
2 | 10 | |
3 | 11 | * coroutines.cc (instantiate_coro_traits): Pass a reference |
@@ -1,3 +1,12 @@ | ||
1 | +2020-06-17 Harald Anlauf <anlauf@gmx.de> | |
2 | + | |
3 | + Backported from master: | |
4 | + 2020-06-17 Harald Anlauf <anlauf@gmx.de> | |
5 | + | |
6 | + PR fortran/95088 | |
7 | + * class.c (get_unique_type_string): Replace use of fixed size | |
8 | + buffer by internally passing a pointer to strings. | |
9 | + | |
1 | 10 | 2020-06-14 Steven G. Kargl <kargl@gcc.gnu.org> |
2 | 11 | Harald Anlauf <anlauf@gmx.de> |
3 | 12 |
@@ -1,3 +1,23 @@ | ||
1 | +2020-06-17 Thomas Schwinge <thomas@codesourcery.com> | |
2 | + | |
3 | + Backported from master: | |
4 | + 2020-06-17 Thomas Schwinge <thomas@codesourcery.com> | |
5 | + | |
6 | + * c-c++-common/gomp/hsa-indirect-call-1.c: New file. | |
7 | + | |
8 | +2020-06-17 Harald Anlauf <anlauf@gmx.de> | |
9 | + | |
10 | + Backported from master: | |
11 | + 2020-06-17 Harald Anlauf <anlauf@gmx.de> | |
12 | + | |
13 | + PR fortran/95088 | |
14 | + * gfortran.dg/pr95088.f90: New file. | |
15 | + | |
16 | +2020-06-17 Marek Polacek <polacek@redhat.com> | |
17 | + | |
18 | + PR c++/95508 | |
19 | + * g++.dg/template/conv16.C: New test. | |
20 | + | |
1 | 21 | 2020-06-16 Srinath Parvathaneni <srinath.parvathaneni@arm.com> |
2 | 22 | |
3 | 23 | * gcc.target/arm/mve/intrinsics/vbicq_f16.c: Modify. |
@@ -1,3 +1,12 @@ | ||
1 | +2020-06-17 Samuel Thibault <samuel.thibault@gnu.org> | |
2 | + | |
3 | + Backported from master: | |
4 | + 2020-06-17 Samuel Thibault <samuel.thibault@gnu.org> | |
5 | + | |
6 | + * config.host (md_unwind_header) <i[34567]86-*-gnu*>: Set to | |
7 | + 'i386/gnu-unwind.h' | |
8 | + * config/i386/gnu-unwind.h: New file. | |
9 | + | |
1 | 10 | 2020-05-29 Dong JianQiang <dongjianqiang2@huawei.com> |
2 | 11 | |
3 | 12 | PR gcov-profile/95332 |
@@ -1,3 +1,12 @@ | ||
1 | +2020-06-17 Thomas Schwinge <thomas@codesourcery.com> | |
2 | + | |
3 | + Backported from master: | |
4 | + 2020-06-17 Thomas Schwinge <thomas@codesourcery.com> | |
5 | + | |
6 | + PR lto/94848 | |
7 | + * testsuite/libgomp.fortran/use_device_ptr-optional-3.f90: Add | |
8 | + 'dg-do run'. | |
9 | + | |
1 | 10 | 2020-06-15 Tobias Burnus <tobias@codesourcery.com> |
2 | 11 | |
3 | 12 | PR lto/94848 |