aboutsummaryrefslogtreecommitdiff
path: root/gcc/ada/ChangeLog
diff options
context:
space:
mode:
authorEd Schonberg <schonberg@adacore.com>2014-08-01 13:50:32 +0000
committerArnaud Charlet <charlet@gcc.gnu.org>2014-08-01 15:50:32 +0200
commit38cea80dc4d9718ea56f959e199ef9d27303e438 (patch)
tree2baba41748d37eb8c97408b02e552b72cf6fa728 /gcc/ada/ChangeLog
parentbf0b0e5ee1c756b593f8e8d0456504575ac63218 (diff)
downloadgcc-38cea80dc4d9718ea56f959e199ef9d27303e438.zip
gcc-38cea80dc4d9718ea56f959e199ef9d27303e438.tar.gz
gcc-38cea80dc4d9718ea56f959e199ef9d27303e438.tar.bz2
sem_ch3.adb (Access_Type_Declaration): If designated type is a limited view...
2014-08-01 Ed Schonberg <schonberg@adacore.com> * sem_ch3.adb (Access_Type_Declaration): If designated type is a limited view, create a master entity (as is already done for class-wide types) in case the full view designates a type that contains tasks. * sem_ch8.adb (Find_Selected_Component): If prefix is a dereference and the designated type is a limited view, use the non-limited view if available. From-SVN: r213464
Diffstat (limited to 'gcc/ada/ChangeLog')
-rw-r--r--gcc/ada/ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/gcc/ada/ChangeLog b/gcc/ada/ChangeLog
index e7f05cb..225c24c 100644
--- a/gcc/ada/ChangeLog
+++ b/gcc/ada/ChangeLog
@@ -1,3 +1,13 @@
+2014-08-01 Ed Schonberg <schonberg@adacore.com>
+
+ * sem_ch3.adb (Access_Type_Declaration): If designated type is
+ a limited view, create a master entity (as is already done for
+ class-wide types) in case the full view designates a type that
+ contains tasks.
+ * sem_ch8.adb (Find_Selected_Component): If prefix is a dereference
+ and the designated type is a limited view, use the non-limited
+ view if available.
+
2014-08-01 Eric Botcazou <ebotcazou@adacore.com>
* gcc-interface/ada-tree.h (DECL_BY_DESCRIPTOR_P): Delete.