[Bug c/88430] -Wmissing-attributes warnings when including libquadmath headers

2019-01-04 Thread msebor at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88430 Martin Sebor changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug c/88430] -Wmissing-attributes warnings when including libquadmath headers

2018-12-31 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88430 Martin Liška changed: What|Removed |Added CC||marxin at gcc dot gnu.org --- Comment #6

[Bug c/88430] -Wmissing-attributes warnings when including libquadmath headers

2018-12-10 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88430 --- Comment #5 from Jakub Jelinek --- Author: jakub Date: Tue Dec 11 07:45:47 2018 New Revision: 266972 URL: https://gcc.gnu.org/viewcvs?rev=266972&root=gcc&view=rev Log: PR c/88430 * quadmath_weak.h (__qmath2): Add __quadmath_th

[Bug c/88430] -Wmissing-attributes warnings when including libquadmath headers

2018-12-10 Thread msebor at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88430 --- Comment #4 from Martin Sebor --- The expected mechanism to apply the attributes is by using the new copy attribute. (It's been on my to-do list to look into these.)

[Bug c/88430] -Wmissing-attributes warnings when including libquadmath headers

2018-12-10 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88430 --- Comment #3 from Dominique d'Humieres --- The change occurred between r265975 (no warning) and r266035 (warnings).

[Bug c/88430] -Wmissing-attributes warnings when including libquadmath headers

2018-12-10 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88430 --- Comment #2 from Jakub Jelinek --- Created attachment 45202 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=45202&action=edit gcc9-pr88430.patch For quadmath_weak.h it can be easily handled with the attached patch. There are additional 1

[Bug c/88430] -Wmissing-attributes warnings when including libquadmath headers

2018-12-10 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88430 Richard Biener changed: What|Removed |Added Keywords||diagnostic Status|UNCONFIRM