Re: [GOMP4] Generation tables with omp-functions addresses for offloading.

2013-12-05 Thread Michael V. Zolotukhin
Ping. On 19 Nov 12:33, Michael V. Zolotukhin wrote: > Hi Jakub, > > Thanks for the remarks. Updated patch is attached, and my answers are below. > > > This will add into the table all "omp declare target" functions, but you > > actually want there only the outlined #pragma omp target bodies. >

Re: [GOMP4] Generation tables with omp-functions addresses for offloading.

2013-11-19 Thread Michael V. Zolotukhin
Hi Jakub, Thanks for the remarks. Updated patch is attached, and my answers are below. > This will add into the table all "omp declare target" functions, but you > actually want there only the outlined #pragma omp target bodies. > The question is how to find them here reliably. At least ignorin

Re: [GOMP4] Generation tables with omp-functions addresses for offloading.

2013-11-15 Thread Jakub Jelinek
On Fri, Nov 15, 2013 at 12:35:12PM +0400, Michael V. Zolotukhin wrote: > 2013-11-15 Michael Zolotukhin > > * omp-low.c (omp_finish_file): New. > * omp-low.h (omp_finish_file): Declare new function. > * toplev.c: include "omp-low.h" That would be * toplev.c: Include o