[Bug c++/82711] -Wignored-qualifiers could be moved into -Wextra

2018-07-10 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82711 --- Comment #8 from Jonathan Wakely --- There was no change. r131499 was done more than a decade ago.

[Bug c++/82711] -Wignored-qualifiers could be moved into -Wextra

2018-07-10 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82711 Jonathan Wakely changed: What|Removed |Added Resolution|FIXED |WORKSFORME

[Bug c++/82711] -Wignored-qualifiers could be moved into -Wextra

2018-07-10 Thread sylvestre at debian dot org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82711 Sylvestre Ledru changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug c++/82711] -Wignored-qualifiers could be moved into -Wextra

2018-07-10 Thread nightstrike at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82711 --- Comment #6 from nightstrike --- (In reply to Martin Sebor from comment #5) > -Wignored-qualifiers has been in -Wextra since r131499. Based on the > Firefox review I think the request is actually to remove the warning from > -Wextra (or they

[Bug c++/82711] -Wignored-qualifiers could be moved into -Wextra

2018-07-10 Thread msebor at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82711 Martin Sebor changed: What|Removed |Added CC||msebor at gcc dot gnu.org --- Comment #5

[Bug c++/82711] -Wignored-qualifiers could be moved into -Wextra

2018-07-09 Thread nightstrike at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82711 nightstrike changed: What|Removed |Added CC||nightstrike at gmail dot com --- Comment #

[Bug c++/82711] -Wignored-qualifiers could be moved into -Wextra

2018-02-02 Thread sylvestre at debian dot org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82711 --- Comment #3 from Sylvestre Ledru --- Jonathan, if I write a patch to implement the change, will you accept it?

[Bug c++/82711] -Wignored-qualifiers could be moved into -Wextra

2017-11-21 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82711 Jonathan Wakely changed: What|Removed |Added CC||andi at mozilla dot com --- Comment #2

[Bug c++/82711] -Wignored-qualifiers could be moved into -Wextra

2017-10-25 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82711 --- Comment #1 from Jonathan Wakely --- I'd argue it doesn't help readability at all if it makes the code appear to do one thing but it actually does something different. The warning has always been in -Wall for ignored qualifiers on return type