Re: [PATCH] libgomp : OMPD implementation

2022-03-14 Thread Mohamed Atef via Gcc-patches
On Tue, Mar 15, 2022 at 2:21 AM Mohamed Atef wrote: > Hi Jakub, > i will fix all the issues and i will use the script on the website. > On Mon, Mar 14, 2022 at 6:23 PM Jakub Jelinek wrote: > >> Hi! >> >> Sorry for the delay, GCC is currently in stage 4, which means a lot of us >> concentrate on

Re: [PATCH] libgomp : OMPD implementation

2022-03-14 Thread Mohamed Atef via Gcc-patches
Hi Jakub, i will fix all the issues and i will use the script on the website. On Mon, Mar 14, 2022 at 6:23 PM Jakub Jelinek wrote: > Hi! > > Sorry for the delay, GCC is currently in stage 4, which means a lot of us > concentrate on fixing GCC 12 so that it can be released soon and projects > that

Re: [PATCH] libgomp : OMPD implementation

2022-03-14 Thread Jakub Jelinek via Gcc-patches
Hi! Sorry for the delay, GCC is currently in stage 4, which means a lot of us concentrate on fixing GCC 12 so that it can be released soon and projects that are clearly GCC 13 material are much lower priority. On Wed, Feb 16, 2022 at 11:04:13PM +0200, Mohamed Atef via Gcc-patches wrote: > --- a/l

Re: [PATCH] libgomp : OMPD implementation

2022-03-10 Thread Mohamed Atef via Gcc-patches
Hi all, We remind you of this patch. Thanks Mohamed في الأربعاء، ١٦ فبراير، ٢٠٢٢ ١١:٠٤ م Mohamed Atef كتب: > Sorry I forgot to uncomment 2 lines, > here's the Patch Again. > > Thanks > Mohamed > > On Wed, Feb 16, 2022 at 10:54 PM Mohamed Atef > wrote: > >> HI, >> I am sorry that the pre

Re: [PATCH] libgomp : OMPD implementation

2022-02-16 Thread Mohamed Atef via Gcc-patches
Sorry I forgot to uncomment 2 lines, here's the Patch Again. Thanks Mohamed On Wed, Feb 16, 2022 at 10:54 PM Mohamed Atef wrote: > HI, > I am sorry that the previous patch was buggy. > This patch contains the header files and source files of functions that > are specified in OpenMP Applicat

[PATCH] libgomp : OMPD implementation

2022-02-16 Thread Mohamed Atef via Gcc-patches
HI, I am sorry that the previous patch was buggy. This patch contains the header files and source files of functions that are specified in OpenMP Application ProgrammingInterface book from sections (5.1, 5.2, 5.3, 5.4, 5.5.1, 5.5.2) the functions are tested using the gdb plugin and the results