[Bug libgomp/90585] libgomp hsa plugin ftbfs in the x32 multilib variant

2019-08-30 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90585 Jakub Jelinek changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug libgomp/90585] libgomp hsa plugin ftbfs in the x32 multilib variant

2019-08-30 Thread jakub at gcc dot gnu.org
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=gcc=rev Log: Backported from mainline 2019-05-24 Jakub Jelinek PR

[Bug libgomp/90585] libgomp hsa plugin ftbfs in the x32 multilib variant

2019-08-29 Thread jakub at gcc dot gnu.org
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=gcc=rev Log: Backported from mainline 2019-05-24 Jakub Jelinek PR

[Bug libgomp/90585] libgomp hsa plugin ftbfs in the x32 multilib variant

2019-06-05 Thread jakub at gcc dot gnu.org
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=gcc=rev Log: Backported from mainline 2019-05-24 Jakub Jelinek PR

[Bug libgomp/90585] libgomp hsa plugin ftbfs in the x32 multilib variant

2019-05-24 Thread jakub at gcc dot gnu.org
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

[Bug libgomp/90585] libgomp hsa plugin ftbfs in the x32 multilib variant

2019-05-24 Thread jakub at gcc dot gnu.org
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=gcc=rev Log: PR libgomp/90585 * plugin/plugin-hsa.c: Include gstdint.h. Include

[Bug libgomp/90585] libgomp hsa plugin ftbfs in the x32 multilib variant

2019-05-23 Thread jakub at gcc dot gnu.org
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=edit gcc10-pr90585.patch Untested fix. Note, the rest of libgomp uses PRIu64 only conditionally on HAVE_INTTYPES_H, so

[Bug libgomp/90585] libgomp hsa plugin ftbfs in the x32 multilib variant

2019-05-22 Thread doko at debian dot org
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.