diff options
author | Arnaud Charlet <charlet@gcc.gnu.org> | 2013-07-08 10:08:00 +0200 |
---|---|---|
committer | Arnaud Charlet <charlet@gcc.gnu.org> | 2013-07-08 10:08:00 +0200 |
commit | 7b23a7acb483d484bb91601f6b55c1699227ba4b (patch) | |
tree | 021b08805b80d42d62de2059ff5c6dfb8d80017a /gcc/ada/sem_ch4.adb | |
parent | 3d9183967d29d4754b1fb9ed78b4b75a77fe155f (diff) | |
download | gcc-7b23a7acb483d484bb91601f6b55c1699227ba4b.zip gcc-7b23a7acb483d484bb91601f6b55c1699227ba4b.tar.gz gcc-7b23a7acb483d484bb91601f6b55c1699227ba4b.tar.bz2 |
[multiple changes]
2013-07-08 Ed Schonberg <schonberg@adacore.com>
* sem_ch4.adb: minor reformatting (remove obsolete comment).
* sem_ch9.adb: improve error message on illegal trigger.
2013-07-08 Robert Dewar <dewar@adacore.com>
* sem_prag.adb: Minor reformatting.
From-SVN: r200766
Diffstat (limited to 'gcc/ada/sem_ch4.adb')
-rw-r--r-- | gcc/ada/sem_ch4.adb | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/gcc/ada/sem_ch4.adb b/gcc/ada/sem_ch4.adb index 333fb4b..3931957 100644 --- a/gcc/ada/sem_ch4.adb +++ b/gcc/ada/sem_ch4.adb @@ -7212,9 +7212,6 @@ package body Sem_Ch4 is -- For cross-reference purposes, treat the new node as being in -- the source if the original one is. Set entity and type, even -- though they may be overwritten during resolution if overloaded. - -- Perform the same transformation in ASIS mode, because during - -- pre-analysis of a pre/post condition the node will not be - -- rewritten as a call. (is this ASIS comment obsolete ???) Set_Comes_From_Source (Subprog, Comes_From_Source (N)); Set_Comes_From_Source (Call_Node, Comes_From_Source (N)); |