[PATCH] libgomp_g.h: Include stdint.h instead of gstdint.h

2019-09-30 Thread Frederik Harwath
Hi, I am a new member of Mentor's Sourcery Tools Services group and this is the first patch that I am submitting here. I do not have write access to the svn repository yet, hence someone would have to merge this patch for me if it gets accepted. But I intend to apply for an account soon. The pat

Re: [PATCH] libgomp_g.h: Include stdint.h instead of gstdint.h

2019-09-30 Thread Jakub Jelinek
On Mon, Sep 30, 2019 at 12:03:00AM -0700, Frederik Harwath wrote: > Hi, > I am a new member of Mentor's Sourcery Tools Services group and this is the > first patch that I am submitting here. > I do not have write access to the svn repository yet, hence someone would > have to merge this patch for

Re: [PATCH] libgomp_g.h: Include stdint.h instead of gstdint.h

2019-09-30 Thread Harwath, Frederik
Hi Jakub, Am 30.09.2019 um 09:25 schrieb Jakub Jelinek: > On Mon, Sep 30, 2019 at 12:03:00AM -0700, Frederik Harwath wrote: >> The patch changes libgomp/libgomp_g.h to include stdint.h instead of the >> internal gstdint.h. [...] > > That looks wrong, will make libgomp less portable. [...] >

Re: [PATCH] libgomp_g.h: Include stdint.h instead of gstdint.h

2019-09-30 Thread Jakub Jelinek
On Mon, Sep 30, 2019 at 03:42:34PM +0200, Harwath, Frederik wrote: > > Hi Jakub, > > Am 30.09.2019 um 09:25 schrieb Jakub Jelinek: > > On Mon, Sep 30, 2019 at 12:03:00AM -0700, Frederik Harwath wrote: > >> The patch changes libgomp/libgomp_g.h to include stdint.h instead of the > >> internal gst

Re: [PATCH] libgomp_g.h: Include stdint.h instead of gstdint.h

2019-09-30 Thread Jakub Jelinek
On Mon, Sep 30, 2019 at 03:45:51PM +0200, Jakub Jelinek wrote: > > Am 30.09.2019 um 09:25 schrieb Jakub Jelinek: > > > On Mon, Sep 30, 2019 at 12:03:00AM -0700, Frederik Harwath wrote: > > >> The patch changes libgomp/libgomp_g.h to include stdint.h instead of the > > >> internal gstdint.h. [...]

Re: [PATCH] libgomp_g.h: Include stdint.h instead of gstdint.h

2021-01-14 Thread Thomas Schwinge
homas Heurung, Alexander Walter >From 8d491db06a606f45d7c46e219fc075a3fea22e32 Mon Sep 17 00:00:00 2001 From: Kwok Cheung Yeung Date: Mon, 30 Sep 2019 14:16:34 +0000 Subject: [PATCH] libgomp_g.h: Include stdint.h instead of gstdint.h. 2019-09-30 Kwok Cheung Yeung * libgomp_g.h: Include stdint.h i