On 2019-12-04, 10:29:04, Thomas Schwinge wrote:
--- gcc/ada/gcc-interface/trans.c
+++ gcc/ada/gcc-interface/trans.c
@@ -1309,6 +1533,274 @@ Pragma_to_gnu (Node_Id gnat_node)
+ case Name_Copy:
+ map_kind = GOMP_MAP_FORCE_TOFROM;
+ gnu_clauses = Iterate_Acc_C
Hi Tobias!
On 2019-12-04T10:39:30+0100, Tobias Burnus wrote:
> I have another question: Why does the original email not appear at
> https://gcc.gnu.org/ml/gcc-patches/2019-12/ or in my inbox? I do see
> three other Ada emails posted around the same time but not this one.
> On 12/4/19 10:29 AM,
Hi,
I have another question: Why does the original email not appear at
https://gcc.gnu.org/ml/gcc-patches/2019-12/ or in my inbox? I do see
three other Ada emails posted around the same time but not this one.
On 12/4/19 10:29 AM, Thomas Schwinge wrote:
On 2018-12-03T10:50:44-0500, Pierre-Mar
Hi!
On 2018-12-03T10:50:44-0500, Pierre-Marie de Rodat wrote:
> Matching front-end bits to support Acc_Kernels, Acc_Parallel,
> Acc_Loop and Acc_Data.
Interesting. :-)
I have not reviewed this properly, but just stumbled over the following:
> --- gcc/ada/gcc-interface/trans.c
> +++ gcc/ada/g
On 2018-12-11, 11:14:24, Olivier Hainque wrote:
(A message that remained in my drafts box)
On 3 Dec 2018, at 16:50, Pierre-Marie de Rodat wrote:
Matching front-end bits to support Acc_Kernels, Acc_Parallel,
Acc_Loop and Acc_Data.
Note that this was all originally contributed by Ghujan Lacam
(A message that remained in my drafts box)
> On 3 Dec 2018, at 16:50, Pierre-Marie de Rodat wrote:
>
> Matching front-end bits to support Acc_Kernels, Acc_Parallel,
> Acc_Loop and Acc_Data.
Note that this was all originally contributed by Ghujan Lacambre
()
Olivier
Matching front-end bits to support Acc_Kernels, Acc_Parallel,
Acc_Loop and Acc_Data.
Tested on x86_64-pc-linux-gnu, committed on trunk
2018-12-03 Olivier Hainque
gcc/ada/
* gcc-interface/lang.opt (fopenacc): New option for Ada.
* gcc-interface/misc.c (gnat_handle_option): Han