]> git.ipfire.org Git - thirdparty/gcc.git/commit
2014-07-18 Robert Dewar <dewar@adacore.com>
authorcharlet <charlet@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 18 Jul 2014 10:01:26 +0000 (10:01 +0000)
committercharlet <charlet@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 18 Jul 2014 10:01:26 +0000 (10:01 +0000)
commitfb668360a1b1fa0cc85b2aa7361099960dcf6ea8
tree2a171b963b83e699b1397ae128743d670dbf52ba
parentc25d831a8a89eb43bb24577c49df233b49c44a44
2014-07-18  Robert Dewar  <dewar@adacore.com>

* repinfo.ads: Add documentation on handling of back annotation
for dynamic case.

2014-07-18  Ed Schonberg  <schonberg@adacore.com>

* sinfo.ads, sinfo.adb (Incomplete_View): New semantic attribute
of full type declaration, denotes previous declaration for
incomplete view of the type.
* sem_ch3.adb (Analyze_Full_Type_Declaration): Set Incomplete_View
of declaration if one is present.
(Replace_Type): When constructing the signature of an inherited
operation, handle properly the case where the operation has a
formal whose type is an incomplete view.
* sem_util.adb (Collect_Primitive_Operations): Handle properly
the case of an operation declared after an incomplete declaration
for a type T and before the full declaration of T.

2014-07-18  Pascal Obry  <obry@adacore.com>

* i-cstrea.ads: Add documentation for set_wide_text_mode.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@212802 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ada/ChangeLog
gcc/ada/i-cstrea.ads
gcc/ada/sem_ch3.adb
gcc/ada/sem_util.adb
gcc/ada/sinfo.adb
gcc/ada/sinfo.ads