OSDN Git Service

2011-11-07 Yannick Moy <moy@adacore.com>
authorcharlet <charlet@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 7 Nov 2011 16:25:32 +0000 (16:25 +0000)
committercharlet <charlet@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 7 Nov 2011 16:25:32 +0000 (16:25 +0000)
commit07f700689b97a0de4cb3a699a3ce8792ea6027d5
treeb7d2c8c0616c6ae4c1b17857b182dea8d1352672
parent5216baa80511d06d2c52cf413c0c1522e7e899b8
2011-11-07  Yannick Moy  <moy@adacore.com>

* sem_util.adb (Note_Possible_Modification): In Alfa mode,
generate a reference for a modification even when the modification
does not come from source.

2011-11-07  Ed Schonberg  <schonberg@adacore.com>

* exp_ch5.adb (Expand_Iterator_Loop): For the "of" iterator form,
use the indexing attributes rather than the Element function,
to obtain variable references.
* sem_ch4.adb (Try_Container_Indexing): Code cleanup. Use
Find_Aspect rather than iterating over representation
items. Improve error message.
* a-cohama.adb, a-cohama.ads Update to latest RM, with two versions
of Reference functions.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@181093 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ada/ChangeLog
gcc/ada/a-cohama.adb
gcc/ada/a-cohama.ads
gcc/ada/exp_ch5.adb
gcc/ada/sem_ch4.adb
gcc/ada/sem_util.adb