OSDN Git Service

2007-08-31 Gary Dismukes <dismukes@adacore.com>
authorcharlet <charlet@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 31 Aug 2007 10:22:39 +0000 (10:22 +0000)
committercharlet <charlet@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 31 Aug 2007 10:22:39 +0000 (10:22 +0000)
commitc038b204c54a6001cc50a671294782c5aeb49eaa
treecdb270644b5755e0724d7f331087a6d8533ee6d2
parent80ca8679fa6ddf096e5ebe91c3351ec5c9b6e433
2007-08-31  Gary Dismukes  <dismukes@adacore.com>

* exp_ch8.adb (Expand_N_Package_Renaming_Declaration): In the case of a
library-level package renaming, pass the declaration associated with
the renaming's special debug variable to Qualify_Entity_Names to ensure
that its encoded name is properly qualified.

* exp_dbug.adb (Qualify_All_Entity_Names): Check for a variable entity
occurring in the list of entities to qualify, and do not attempt to
traverse an entity list in that case. Variables associated with
` library-level package renamings can now occur in the table.

* exp_dbug.ads: Revise documentation of the encoding for renaming
declarations.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@127973 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ada/exp_ch8.adb
gcc/ada/exp_dbug.adb
gcc/ada/exp_dbug.ads