[Bug c/89051] -Wno-error= does not work for warning groups

2022-05-27 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89051 Richard Biener changed: What|Removed |Added Target Milestone|9.5 |---

[Bug c/89051] -Wno-error= does not work for warning groups

2021-06-01 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89051 Richard Biener changed: What|Removed |Added Target Milestone|9.4 |9.5 --- Comment #14 from Richard Biener

[Bug c/89051] -Wno-error= does not work for warning groups

2020-03-12 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89051 Jakub Jelinek changed: What|Removed |Added Target Milestone|9.3 |9.4 --- Comment #13 from Jakub Jelinek

[Bug c/89051] -Wno-error= does not work for warning groups

2019-08-12 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89051 Jakub Jelinek changed: What|Removed |Added Target Milestone|9.2 |9.3 --- Comment #12 from Jakub Jelinek

[Bug c/89051] -Wno-error= does not work for warning groups

2019-05-03 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89051 Jakub Jelinek changed: What|Removed |Added Target Milestone|9.0 |9.2 --- Comment #11 from Jakub Jelinek

[Bug c/89051] -Wno-error= does not work for warning groups

2019-03-05 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89051 Martin Liška changed: What|Removed |Added Status|ASSIGNED|NEW Assignee|marxin at gcc dot

[Bug c/89051] -Wno-error= does not work for warning groups

2019-03-01 Thread egallager at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89051 Eric Gallager changed: What|Removed |Added CC||egallager at gcc dot gnu.org S

[Bug c/89051] -Wno-error= does not work for warning groups

2019-03-01 Thread msebor at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89051 --- Comment #8 from Martin Sebor --- The test passes without the -Wno-error=pedantic so it looks like it's not necessary. I must have thought it was for some reason. But to make sure I understand you correctly: do you mean that -Wpedantic -Wno-

[Bug c/89051] -Wno-error= does not work for warning groups

2019-03-01 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89051 --- Comment #7 from Martin Liška --- @Martin: I've noticed that these tests has a suspicious construct: gcc/testsuite/g++.dg/ext/flexary16.C:// { dg-options "-Wpedantic -Wno-error=pedantic" } gcc/testsuite/g++.dg/ext/flexary18.C:// { dg-additio

[Bug c/89051] -Wno-error= does not work for warning groups

2019-03-01 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89051 Martin Liška changed: What|Removed |Added Target Milestone|10.0|9.0 --- Comment #6 from Martin Liška ---

[Bug c/89051] -Wno-error= does not work for warning groups

2019-02-10 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89051 --- Comment #5 from Martin Liška --- (In reply to Martin Sebor from comment #4) > LangEnabledBy is used by optc-gen.awk to generate options.c with calls like > those below. Other than that, I don't think GCC has an internal data > structure to r

[Bug c/89051] -Wno-error= does not work for warning groups

2019-02-09 Thread msebor at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89051 --- Comment #4 from Martin Sebor --- LangEnabledBy is used by optc-gen.awk to generate options.c with calls like those below. Other than that, I don't think GCC has an internal data structure to represent this relationship (one that could be que

[Bug c/89051] -Wno-error= does not work for warning groups

2019-02-08 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89051 Martin Liška changed: What|Removed |Added Status|NEW |ASSIGNED Assignee|unassigned at

[Bug c/89051] -Wno-error= does not work for warning groups

2019-02-07 Thread m101010a at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89051 --- Comment #2 from m101010a at gmail dot com --- (In reply to Martin Sebor from comment #1) > I don't think GCC has an internal representation of warning groups It has to have some representation, because it can tell which warning group is more

[Bug c/89051] -Wno-error= does not work for warning groups

2019-02-07 Thread msebor at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89051 Martin Sebor changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|