-
- Downloads
[multiple changes]
2010-06-21 Robert Dewar <dewar@adacore.com> * exp_ch4.adb (Expand_N_Conditional_Expression): Fold if condition known at compile time. 2010-06-21 Gary Dismukes <dismukes@adacore.com> * atree.adb: Fix comment typo. 2010-06-21 Ed Schonberg <schonberg@adacore.com> * sem_eval.adb (Test_Ambiguous_Operator): New procedure to check whether a universal arithmetic expression in a conversion, which is rewritten from a function call with an expanded name, is ambiguous. 2010-06-21 Vincent Celier <celier@adacore.com> * prj-nmsc.adb (Name_Location): New Boolean component Listed, to record source files in specified list of sources. (Check_Package_Naming): Remove out parameters Bodies and Specs, as they are never used. (Add_Source): Set the Location of the new source (Process_Exceptions_File_Based): Call Add_Source with the Location (Get_Sources_From_File): If an exception is found, set its Listed to True (Find_Sources): When Source_Files is specified, if an exception is found, set its Listed to True. Remove any exception that is not in a specified list of sources. * prj.ads (Source_Data): New component Location 2010-06-21 Vincent Celier <celier@adacore.com> * gnatbind.adb (Closure_Sources): Global table, moved from block. From-SVN: r161088
Showing
- gcc/ada/ChangeLog 34 additions, 0 deletionsgcc/ada/ChangeLog
- gcc/ada/atree.adb 1 addition, 1 deletiongcc/ada/atree.adb
- gcc/ada/exp_ch4.adb 39 additions, 8 deletionsgcc/ada/exp_ch4.adb
- gcc/ada/gnatbind.adb 15 additions, 13 deletionsgcc/ada/gnatbind.adb
- gcc/ada/prj-nmsc.adb 73 additions, 20 deletionsgcc/ada/prj-nmsc.adb
- gcc/ada/prj.ads 5 additions, 0 deletionsgcc/ada/prj.ads
- gcc/ada/sem_eval.adb 94 additions, 0 deletionsgcc/ada/sem_eval.adb
Loading
Please register or sign in to comment