sem_ch3.adb (Analyze_Variant_Part): check that type of discriminant is discrete befor...
authorGeert Bosch <bosch@gcc.gnu.org>
Mon, 17 Dec 2001 21:07:05 +0000 (22:07 +0100)
committerGeert Bosch <bosch@gcc.gnu.org>
Mon, 17 Dec 2001 21:07:05 +0000 (22:07 +0100)
commit855ff2e1e447affef1e407fe68b9e10d525f41f5
treea224052d9d5171d179321515f61186deba4f2b92
parentc1c22e7a703c6e1d638195f667c9f1ce72ef6de5
sem_ch3.adb (Analyze_Variant_Part): check that type of discriminant is discrete before analyzing choices.

* sem_ch3.adb (Analyze_Variant_Part): check that type of discriminant
is discrete before analyzing choices.

* bindgen.adb (Gen_Output_File_Ada): Generate a new C-like string
containing the name of the Ada Main Program. This string is mainly
intended for the debugger.
(Gen_Output_File_C): Do the equivalent change when generating a C file.

* ali.adb: Set new Dummy_Entry field in dependency entry

* ali.ads: Add Dummy_Entry field to source dependency table

* bcheck.adb (Check_Consistency): Ignore dummy D lines

* lib-writ.adb (Writ_ALI): Write dummy D lines for missing source files

* lib-writ.ads: Document dummy D lines for missing files.

* types.ads: (Dummy_Time_Stamp): New value for non-existant files

From-SVN: r48126
gcc/ada/ChangeLog
gcc/ada/ali.adb
gcc/ada/ali.ads
gcc/ada/bcheck.adb
gcc/ada/bindgen.adb
gcc/ada/lib-writ.adb
gcc/ada/lib-writ.ads
gcc/ada/sem_ch3.adb
gcc/ada/types.ads