aboutsummaryrefslogtreecommitdiff
path: root/gcc/c
diff options
context:
space:
mode:
authorGCC Administrator <gccadmin@gcc.gnu.org>2021-03-16 10:55:35 +0000
committerGCC Administrator <gccadmin@gcc.gnu.org>2021-03-16 10:55:35 +0000
commit3c5b6d24e664f951c6b4e42738aa1ef5489e5f66 (patch)
tree7d7d0933c12044bd387c0644485b3a1ab31c3866 /gcc/c
parent5f6a43d691c8f8c7ef1289aacfcbb14b7004de81 (diff)
downloadgcc-3c5b6d24e664f951c6b4e42738aa1ef5489e5f66.zip
gcc-3c5b6d24e664f951c6b4e42738aa1ef5489e5f66.tar.gz
gcc-3c5b6d24e664f951c6b4e42738aa1ef5489e5f66.tar.bz2
Daily bump.
Diffstat (limited to 'gcc/c')
-rw-r--r--gcc/c/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/gcc/c/ChangeLog b/gcc/c/ChangeLog
index 214e57b..e1da067 100644
--- a/gcc/c/ChangeLog
+++ b/gcc/c/ChangeLog
@@ -1,3 +1,9 @@
+2021-03-15 Tobias Burnus <tobias@codesourcery.com>
+
+ PR c++/99509
+ * c-decl.c (finish_decl): For 'omp declare target implicit' vars,
+ ensure that the varpool node is marked as offloadable.
+
2021-03-05 Tobias Burnus <tobias@codesourcery.com>
PR c/99137