diff options
author | charlet <charlet@138bc75d-0d04-0410-961f-82ee72b054a4> | 2015-02-20 13:52:31 +0000 |
---|---|---|
committer | charlet <charlet@138bc75d-0d04-0410-961f-82ee72b054a4> | 2015-02-20 13:52:31 +0000 |
commit | d3bd629be52949f9454117291f7d088dc54a9257 (patch) | |
tree | 20bc25364bc62770280cbf378c2b583fc42214ad /gcc/ada/bindgen.adb | |
parent | a73afd90b2aabde5f66c582cdf96c93a6e8d443c (diff) | |
download | gcc-d3bd629be52949f9454117291f7d088dc54a9257.tar.gz |
2015-02-20 Robert Dewar <dewar@adacore.com>
* switch-c.adb, bindgen.adb: Minor reformatting.
2015-02-20 Ed Schonberg <schonberg@adacore.com>
* sem_prag.adb (Analyze_Pragma, case Type_Invariant):
Invariant'class is allowed on an abstract type.
2015-02-20 Ed Schonberg <schonberg@adacore.com>
* sem_ch3.adb (Access_Definition): If the access definition is
for a protected component and defines an access to protected
subprogram, do not create an itype reference for it because a
full type declaration will be built in order to generate the
proper equivalent type.
(Analyze_Subtype_Declaration): Add information of incomplete
subtypes, for Ada 2012 extended uses of incomplete types.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@220856 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/ada/bindgen.adb')
-rw-r--r-- | gcc/ada/bindgen.adb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/ada/bindgen.adb b/gcc/ada/bindgen.adb index b3589d4f8e4..798db09dd40 100644 --- a/gcc/ada/bindgen.adb +++ b/gcc/ada/bindgen.adb @@ -1979,6 +1979,7 @@ package body Bindgen is end if; -- Add a "-Ldir" for each directory in the object path + if VM_Target /= CLI_Target then for J in 1 .. Nb_Dir_In_Obj_Search_Path loop declare |