exp_disp.adb (Expand_Dispatching_Call): Propagate the convention on the designated...
authorEric Botcazou <ebotcazou@adacore.com>
Tue, 3 Jul 2012 08:28:34 +0000 (08:28 +0000)
committerEric Botcazou <ebotcazou@gcc.gnu.org>
Tue, 3 Jul 2012 08:28:34 +0000 (08:28 +0000)
commit28dd005525dc1a166827d6fe818e01bed7f42e1b
tree9acc0912d99c8d1fbc910a6130e60a7c459eb40e
parentd4d05b5247b56a3658d1fc5136276468d4829623
exp_disp.adb (Expand_Dispatching_Call): Propagate the convention on the designated subprogram type and also set...

* exp_disp.adb (Expand_Dispatching_Call): Propagate the convention on
the designated subprogram type and also set Is_Dispatch_Table_Entity.
(Expand_Interface_Thunk): Propagate the convention on the thunk.
(Set_CPP_Constructors_Old): Set Is_Constructor and Convention_CPP on
the internal view of the constructors.
(Set_CPP_Constructors): Likewise.
* sem_prag.adb (Analyze_Pragma) <Pragma_CPP_Constructor>: Set the
convention on the function.
* gcc-interface/gigi.h (is_cplusplus_method): Declare.
* gcc-interface/decl.c (Has_Thiscall_Convention): New macro.
(gnat_to_gnu_entity) <E_Subprogram_Type>: Test it to set the `thiscall'
calling convention
(get_minimal_subprog_decl): Likewise.
(is_cplusplus_method): New predicate.
* gcc-interface/trans.c (Attribute_to_gnu) <Attr_Access>: Issue an
error on access to C++ constructor or member function.

From-SVN: r189199
gcc/ada/ChangeLog
gcc/ada/exp_disp.adb
gcc/ada/gcc-interface/decl.c
gcc/ada/gcc-interface/gigi.h
gcc/ada/gcc-interface/trans.c
gcc/ada/sem_prag.adb