[Bug libgomp/93219] unused return value in affinity-fmt.c

2020-02-14 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93219 Jakub Jelinek changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug libgomp/93219] unused return value in affinity-fmt.c

2020-01-27 Thread egallager at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93219 Eric Gallager changed: What|Removed |Added CC||egallager at gcc dot gnu.org ---

[Bug libgomp/93219] unused return value in affinity-fmt.c

2020-01-22 Thread cvs-commit at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93219 --- Comment #7 from CVS Commits --- The releases/gcc-9 branch has been updated by Jakub Jelinek : https://gcc.gnu.org/g:13e141515f5f9f2386c4a894326929f03fb59076 commit r9-8161-g13e141515f5f9f2386c4a894326929f03fb59076 Author: Jakub Jelinek

[Bug libgomp/93219] unused return value in affinity-fmt.c

2020-01-11 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93219 --- Comment #6 from Andrew Pinski --- (In reply to Roland Illig from comment #5) > This is worse than before. Not exactly because if write fails to stderr, there is not much to be done except abort :). You can print something out because the

[Bug libgomp/93219] unused return value in affinity-fmt.c

2020-01-11 Thread roland.illig at gmx dot de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93219 --- Comment #5 from Roland Illig --- (In reply to Jakub Jelinek from comment #4) > Change return type from void to int. Not quite. The return type is now bool, not int. > Return true if not all characters have been written. This feels wrong

[Bug libgomp/93219] unused return value in affinity-fmt.c

2020-01-10 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93219 --- Comment #4 from Jakub Jelinek --- Author: jakub Date: Fri Jan 10 20:42:00 2020 New Revision: 280137 URL: https://gcc.gnu.org/viewcvs?rev=280137=gcc=rev Log: PR libgomp/93219 * libgomp.h (gomp_print_string): Change return

[Bug libgomp/93219] unused return value in affinity-fmt.c

2020-01-10 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93219 Jakub Jelinek changed: What|Removed |Added Status|UNCONFIRMED |ASSIGNED Last reconfirmed|

[Bug libgomp/93219] unused return value in affinity-fmt.c

2020-01-10 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93219 Martin Liška changed: What|Removed |Added CC||marxin at gcc dot gnu.org,

[Bug libgomp/93219] unused return value in affinity-fmt.c

2020-01-09 Thread roland.illig at gmx dot de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93219 --- Comment #1 from Roland Illig --- In similar bulk builds on NetBSD 8, NetBSD 9, Darwin 10.15, the code either compiled fine or must have been skipped. Current pkgsrc bulk build results for various platforms are available from