lib-xref.adb (Output_Refs): Don't output type references outside the main unit if...
authorGeert Bosch <bosch@gcc.gnu.org>
Tue, 11 Dec 2001 22:50:45 +0000 (23:50 +0100)
committerGeert Bosch <bosch@gcc.gnu.org>
Tue, 11 Dec 2001 22:50:45 +0000 (23:50 +0100)
commit0873bafcaa07ec24cc51e2bced0458252b5d028e
treeb4ff6b95bcd0d7b38300eb8065cd673c688596c6
parent81217be921244ece2f9246bd4ed3991ba71ed68b
lib-xref.adb (Output_Refs): Don't output type references outside the main unit if...

* lib-xref.adb (Output_Refs): Don't output type references outside
the main unit if they are not otherwise referenced.

* sem_attr.adb (Analyze_attribute, case Address and Size): Simplify
code and diagnose additional illegal uses

* sem_util.adb (Is_Object_Reference): An indexed component is an
object only if the prefix is.

* g-diopit.adb: Initial version.

* g-diopit.ads: Initial version.

* g-dirope.adb:
(Expand_Path): Avoid use of Unbounded_String
(Find, Wildcard_Iterator): Moved to child package Iteration

* Makefile.in: Added g-diopit.o to GNATRTL_NONTASKING_OBJS

* sem_attr.adb: Minor reformatting

From-SVN: r47901
gcc/ada/ChangeLog
gcc/ada/Makefile.in
gcc/ada/g-diopit.adb [new file with mode: 0644]
gcc/ada/g-diopit.ads [new file with mode: 0644]
gcc/ada/g-dirope.adb
gcc/ada/lib-xref.adb
gcc/ada/sem_attr.adb
gcc/ada/sem_util.adb