diff options
author | Arnaud Charlet <charlet@gcc.gnu.org> | 2011-08-31 11:07:20 +0200 |
---|---|---|
committer | Arnaud Charlet <charlet@gcc.gnu.org> | 2011-08-31 11:07:20 +0200 |
commit | 8cf23b91885b80e1f673cbc4135d01390b65d213 (patch) | |
tree | 51ba512577c9b4202ce015f57c761ef8d3020acb /gcc/ada/lib-xref-alfa.adb | |
parent | 0bb3bfb8feacd4bec3f0dc82d75cf1ea01d37010 (diff) | |
download | gcc-8cf23b91885b80e1f673cbc4135d01390b65d213.zip gcc-8cf23b91885b80e1f673cbc4135d01390b65d213.tar.gz gcc-8cf23b91885b80e1f673cbc4135d01390b65d213.tar.bz2 |
[multiple changes]
2011-08-31 Robert Dewar <dewar@adacore.com>
* exp_ch5.adb, exp_alfa.ads, prj.ads, sem_attr.adb,
lib-xref-alfa.adb: Minor reformatting.
2011-08-31 Matthew Heaney <heaney@adacore.com>
* a-crbltr.ads (Tree_Type): Default-initialize the Nodes component.
2011-08-31 Javier Miranda <miranda@adacore.com>
* sem_ch4.adb (Try_Object_Operation): Addition of one formal to search
only for class-wide subprograms conflicting with entities of concurrent
tagged types.
2011-08-31 Matthew Heaney <heaney@adacore.com>
* a-rbtgbo.adb (Generic_Allocate): Initialize pointer components of
node to null value.
2011-08-31 Hristian Kirtchev <kirtchev@adacore.com>
* sem_ch12.adb (Insert_Freeze_Node_For_Instance): Provide a more
general description of the routine.
2011-08-31 Ed Schonberg <schonberg@adacore.com>
* a-cbdlli.adb, a-cbdlli.ads: Add iterator machinery to bounded
doubly-linked lists.
From-SVN: r178363
Diffstat (limited to 'gcc/ada/lib-xref-alfa.adb')
-rw-r--r-- | gcc/ada/lib-xref-alfa.adb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gcc/ada/lib-xref-alfa.adb b/gcc/ada/lib-xref-alfa.adb index 6f1f393..81331eb 100644 --- a/gcc/ada/lib-xref-alfa.adb +++ b/gcc/ada/lib-xref-alfa.adb @@ -594,7 +594,8 @@ package body Alfa is function Is_Alfa_Reference (E : Entity_Id; - Typ : Character) return Boolean is + Typ : Character) return Boolean + is begin -- The only references of interest on callable entities are calls. -- On non-callable entities, the only references of interest are |