https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90585
Jakub Jelinek changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90585
--- Comment #7 from Jakub Jelinek ---
Author: jakub
Date: Fri Aug 30 12:45:31 2019
New Revision: 275158
URL: https://gcc.gnu.org/viewcvs?rev=275158&root=gcc&view=rev
Log:
Backported from mainline
2019-05-24 Jakub Jelinek
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90585
--- Comment #6 from Jakub Jelinek ---
Author: jakub
Date: Thu Aug 29 15:00:20 2019
New Revision: 275039
URL: https://gcc.gnu.org/viewcvs?rev=275039&root=gcc&view=rev
Log:
Backported from mainline
2019-05-24 Jakub Jelinek
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90585
--- Comment #5 from Jakub Jelinek ---
Author: jakub
Date: Wed Jun 5 12:18:23 2019
New Revision: 271957
URL: https://gcc.gnu.org/viewcvs?rev=271957&root=gcc&view=rev
Log:
Backported from mainline
2019-05-24 Jakub Jelinek
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90585
--- Comment #4 from Jakub Jelinek ---
Fixed on the trunk, guess for the backport we could do a simpler thing (as we
included inttypes.h unconditionally and nobody complained on the branch, just
use the PRIu64 and nothing else). On the trunk it i
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90585
--- Comment #3 from Jakub Jelinek ---
Author: jakub
Date: Fri May 24 08:59:37 2019
New Revision: 271597
URL: https://gcc.gnu.org/viewcvs?rev=271597&root=gcc&view=rev
Log:
PR libgomp/90585
* plugin/plugin-hsa.c: Include gstdint.h.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90585
--- Comment #2 from Jakub Jelinek ---
Created attachment 46400
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=46400&action=edit
gcc10-pr90585.patch
Untested fix. Note, the rest of libgomp uses PRIu64 only conditionally on
HAVE_INTTYPES_H,
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90585
--- Comment #1 from Matthias Klose ---
looks like libgomp/configure.ac always sets -Werror, not respecting the
--disable-werror configure option.