[Bug c/65403] -Wno-error= is an error

2021-08-12 Thread alexhenrie24 at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65403 --- Comment #15 from Alex Henrie --- Nicholas Guriev also sent a patch for this issue: https://gcc.gnu.org/pipermail/gcc-patches/2021-June/573774.html

[Bug c/65403] -Wno-error= is an error

2019-09-04 Thread egallager at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65403 Eric Gallager changed: What|Removed |Added CC||msebor at gcc dot gnu.org --- Comment #1

[Bug c/65403] -Wno-error= is an error

2019-06-05 Thread alexhenrie24 at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65403 --- Comment #13 from Alex Henrie --- I filled out all the forms and was approved to contribute code to GCC, but the patches have still not been reviewed: https://gcc.gnu.org/ml/gcc-patches/2019-03/msg00971.html

[Bug c/65403] -Wno-error= is an error

2019-06-05 Thread egallager at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65403 --- Comment #12 from Eric Gallager --- (In reply to Alex Henrie from comment #11) > Created attachment 45889 [details] > Proposed patches > > I fixed up the patch from comment 4 and added a second patch with tests. Now > I'm just waiting to rece

[Bug c/65403] -Wno-error= is an error

2019-03-04 Thread alexhenrie24 at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65403 --- Comment #11 from Alex Henrie --- Created attachment 45889 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=45889&action=edit Proposed patches I fixed up the patch from comment 4 and added a second patch with tests. Now I'm just waiting t

[Bug c/65403] -Wno-error= is an error

2019-03-02 Thread manu at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65403 --- Comment #10 from Manuel López-Ibáñez --- (In reply to Alex Henrie from comment #8) > Why weren't Manuel's patches accepted? I never properly submitted them. Feel free to adopt them and get them through the process: https://gcc.gnu.org/wiki/G

[Bug c/65403] -Wno-error= is an error

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

[Bug c/65403] -Wno-error= is an error

2019-03-01 Thread alexhenrie24 at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65403 --- Comment #8 from Alex Henrie --- Why weren't Manuel's patches accepted?

[Bug c/65403] -Wno-error= is an error

2019-03-01 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65403 Richard Biener changed: What|Removed |Added CC||alexhenrie24 at gmail dot com --- Comme

[Bug c/65403] -Wno-error= is an error

2016-04-03 Thread manu at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65403 Manuel López-Ibáñez changed: What|Removed |Added Keywords||patch --- Comment #6 from Manuel L

[Bug c/65403] -Wno-error= is an error

2016-01-22 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65403 Jakub Jelinek changed: What|Removed |Added CC||jakub at gcc dot gnu.org --- Comment #5

[Bug c/65403] -Wno-error= is an error

2015-03-12 Thread manu at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65403 --- Comment #4 from Manuel López-Ibáñez --- In fact, this version seems much more straightforward: Index: opts-global.c === --- opts-global.c (revision 221118) +++ opts-global

[Bug c/65403] -Wno-error= is an error

2015-03-12 Thread manu at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65403 --- Comment #3 from Manuel López-Ibáñez --- For harmonizing how -Wno-X and -Wno-error=X work, it is a bit more convoluted. This mostly works: Index: opts-global.c === --- opts-globa

[Bug c/65403] -Wno-error= is an error

2015-03-12 Thread manu at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65403 Manuel López-Ibáñez changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug c/65403] -Wno-error= is an error

2015-03-12 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65403 --- Comment #1 from Richard Biener --- Besides that the error also complains about -Werror= instead of -Wno-error=