This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
[Ada] Fix elaboration check (patch)
- To: gcc-patches at gcc dot gnu dot org
- Subject: [Ada] Fix elaboration check (patch)
- From: Geert Bosch <bosch at gnat dot com>
- Date: Wed, 10 Oct 2001 21:24:17 -0400 (EDT)
Fix problem with elaboration checks. Checked in for Ed.
-Geert
2001-10-10 Ed Schonberg <schonber@gnat.com>
* einfo.adb (Write_Entity_Flags): Elaboration_Entity_Required
is Flag174.
*** einfo.adb 2001/10/03 03:10:47 1.631
--- einfo.adb 2001/10/09 14:32:08 1.632
***************
*** 5798,5804 ****
W ("Depends_On_Private", Flag14 (Id));
W ("Discard_Names", Flag88 (Id));
W ("Elaborate_All_Desirable", Flag146 (Id));
! W ("Elaboration_Entity_Required", Flag175 (Id));
W ("Entry_Accepted", Flag152 (Id));
W ("Finalize_Storage_Only", Flag158 (Id));
W ("From_With_Type", Flag159 (Id));
--- 5798,5804 ----
W ("Depends_On_Private", Flag14 (Id));
W ("Discard_Names", Flag88 (Id));
W ("Elaborate_All_Desirable", Flag146 (Id));
! W ("Elaboration_Entity_Required", Flag174 (Id));
W ("Entry_Accepted", Flag152 (Id));
W ("Finalize_Storage_Only", Flag158 (Id));
W ("From_With_Type", Flag159 (Id));