Hi Jakub,
When I compiled the header after adding the missing typedefs, I got
warnings about nothrow attribute being ignored on typedef function
declarations.
Should I remove them from typedef function declarations?
Cheers,
Tony Sim
On Sat, Jun 13, 2020 at 10:15 AM y2s1982 . wrote:
> Hi Jaku
Hi Jakub,
Thank you for the valuable feedback. I especially liked the tip on how to
compile the header.
I will make a new patch and submit it.
Cheers,
Tony Sim
On Sat, Jun 13, 2020 at 5:13 AM Jakub Jelinek wrote:
> On Sat, Jun 13, 2020 at 11:06:52AM +0200, Jakub Jelinek via Gcc-patches
> wrot
On Sat, Jun 13, 2020 at 11:06:52AM +0200, Jakub Jelinek via Gcc-patches wrote:
> On Fri, Jun 12, 2020 at 07:51:32PM -0400, y2s1982 wrote:
> > This patch adds a partial omp-tools.h from OpenMP project which
> > declares function prototypes and typedefs used in OMPD.
> >
> > This patch also addresse
On Fri, Jun 12, 2020 at 07:51:32PM -0400, y2s1982 wrote:
> This patch adds a partial omp-tools.h from OpenMP project which
> declares function prototypes and typedefs used in OMPD.
>
> This patch also addressed all feedback.
>
> 2020-06-12 Tony Sim
>
> libgomp/ChangeLog:
>
> * Makefile
This patch adds a partial omp-tools.h from OpenMP project which
declares function prototypes and typedefs used in OMPD.
This patch also addressed all feedback.
2020-06-12 Tony Sim
libgomp/ChangeLog:
* Makefile.am: Added new header.
* Makefile.in: Regenerate.
* omp-too