-
- Downloads
[multiple changes]
2011-08-29 Robert Dewar <dewar@adacore.com> * sem_ch10.adb, a-coorse.adb, exp_dist.adb, exp_ch3.adb: Minor reformatting. * gcc-interface/Make-lang.in: Update dependencies. 2011-08-29 Yannick Moy <moy@adacore.com> * alfa.ads (Name_Of_Heap_Variable): New constant name. * lib-xref-alfa.adb, lib-xref.adb, lib-xref.ads (Drefs): New global table to hold dereferences. (Add_ALFA_Xrefs): Take into account dereferences as special reads/writes to the variable "HEAP". (Enclosing_Subprogram_Or_Package): Move subprogram here. (Generate_Dereference): New procedure to store a read/write dereferencew in the table Drefs. * put_alfa.adb (Put_ALFA): Use different default than (0,0) used for the special "HEAP" var. * sem_ch4.adb (Analyze_Explicit_Dereference): Store read dereference in ALFA mode. * sem_util.adb (Note_Possible_Modification): Store write dereference in ALFA mode. From-SVN: r178252
Showing
- gcc/ada/ChangeLog 23 additions, 0 deletionsgcc/ada/ChangeLog
- gcc/ada/a-coorse.adb 14 additions, 13 deletionsgcc/ada/a-coorse.adb
- gcc/ada/alfa.ads 13 additions, 0 deletionsgcc/ada/alfa.ads
- gcc/ada/exp_ch3.adb 4 additions, 2 deletionsgcc/ada/exp_ch3.adb
- gcc/ada/exp_dist.adb 3 additions, 3 deletionsgcc/ada/exp_dist.adb
- gcc/ada/gcc-interface/Make-lang.in 1144 additions, 1186 deletionsgcc/ada/gcc-interface/Make-lang.in
- gcc/ada/lib-xref-alfa.adb 189 additions, 11 deletionsgcc/ada/lib-xref-alfa.adb
- gcc/ada/lib-xref.adb 2 additions, 83 deletionsgcc/ada/lib-xref.adb
- gcc/ada/lib-xref.ads 9 additions, 0 deletionsgcc/ada/lib-xref.ads
- gcc/ada/put_alfa.adb 4 additions, 1 deletiongcc/ada/put_alfa.adb
- gcc/ada/sem_ch10.adb 1 addition, 0 deletionsgcc/ada/sem_ch10.adb
- gcc/ada/sem_ch4.adb 7 additions, 0 deletionsgcc/ada/sem_ch4.adb
- gcc/ada/sem_util.adb 7 additions, 0 deletionsgcc/ada/sem_util.adb
Loading
Please register or sign in to comment