aboutsummaryrefslogtreecommitdiff
path: root/gcc/ada
diff options
context:
space:
mode:
authorGCC Administrator <gccadmin@gcc.gnu.org>2021-01-26 00:16:34 +0000
committerGCC Administrator <gccadmin@gcc.gnu.org>2021-01-26 00:16:34 +0000
commit161e4c08624e2ff9f0db8f8c6ac201af6277b6aa (patch)
tree3caaeb92f3c1be454f6f10511543a1bb1446c83c /gcc/ada
parenta61efd469371b71483d42afa1038e6a8c16baf4a (diff)
downloadgcc-161e4c08624e2ff9f0db8f8c6ac201af6277b6aa.zip
gcc-161e4c08624e2ff9f0db8f8c6ac201af6277b6aa.tar.gz
gcc-161e4c08624e2ff9f0db8f8c6ac201af6277b6aa.tar.bz2
Daily bump.
Diffstat (limited to 'gcc/ada')
-rw-r--r--gcc/ada/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/gcc/ada/ChangeLog b/gcc/ada/ChangeLog
index eca5866..41c4080 100644
--- a/gcc/ada/ChangeLog
+++ b/gcc/ada/ChangeLog
@@ -1,3 +1,12 @@
+2021-01-25 Eric Botcazou <ebotcazou@adacore.com>
+
+ * gcc-interface/trans.c (make_covariant_thunk): Set the DECL_CONTEXT
+ of the parameters and do not set TREE_PUBLIC on the thunk.
+ (maybe_make_gnu_thunk): Pass the alias to the covariant thunk.
+ * gcc-interface/utils.c (finish_subprog_decl): Set the DECL_CONTEXT
+ of the parameters here...
+ (begin_subprog_body): ...instead of here.
+
2021-01-19 Eric Botcazou <ebotcazou@adacore.com>
PR ada/98740