This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

[Ada] Fix elaboration check (patch)


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));



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]