[Bug driver/80545] option -Wstringop-overflow not recognized by Fortran

2019-08-28 Thread msebor at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80545 --- Comment #9 from Martin Sebor --- Author: msebor Date: Wed Aug 28 16:24:38 2019 New Revision: 274996 URL: https://gcc.gnu.org/viewcvs?rev=274996&root=gcc&view=rev Log: PR driver/80545 - option -Wstringop-overflow not recognized by Fortran gc

[Bug driver/80545] option -Wstringop-overflow not recognized by Fortran

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

[Bug driver/80545] option -Wstringop-overflow not recognized by Fortran

2019-07-24 Thread msebor at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80545 --- Comment #7 from Martin Sebor --- Author: msebor Date: Wed Jul 24 20:34:03 2019 New Revision: 273771 URL: https://gcc.gnu.org/viewcvs?rev=273771&root=gcc&view=rev Log: PR driver/80545 - option -Wstringop-overflow not recognized by Fortran gc

[Bug driver/80545] option -Wstringop-overflow not recognized by Fortran

2019-07-22 Thread msebor at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80545 --- Comment #6 from Martin Sebor --- Patch: https://gcc.gnu.org/ml/gcc-patches/2019-07/msg01457.html

[Bug driver/80545] option -Wstringop-overflow not recognized by Fortran

2019-07-21 Thread msebor at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80545 --- Comment #5 from Martin Sebor --- As best I can tell the problem is that the option_enabled() function doesn't consider the front-end's lang_mask and returns true even for options that are not supported in the current language. I'm working on

[Bug driver/80545] option -Wstringop-overflow not recognized by Fortran

2017-09-05 Thread janus at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80545 --- Comment #4 from janus at gcc dot gnu.org --- (In reply to Martin Sebor from comment #3) > Patch posted for review: > https://gcc.gnu.org/ml/gcc-patches/2017-04/msg01544.html It seems this patch has been committed as part of r247401 (but unfor

[Bug driver/80545] option -Wstringop-overflow not recognized by Fortran

2017-04-28 Thread msebor at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80545 Martin Sebor changed: What|Removed |Added Keywords||diagnostic, patch --- Comment #3 from Mar

[Bug driver/80545] option -Wstringop-overflow not recognized by Fortran

2017-04-28 Thread msebor at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80545 Martin Sebor changed: What|Removed |Added Status|NEW |ASSIGNED Assignee|unassigned at

[Bug driver/80545] option -Wstringop-overflow not recognized by Fortran

2017-04-28 Thread janus at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80545 --- Comment #2 from janus at gcc dot gnu.org --- (In reply to Richard Biener from comment #1) > I suggest to enable them only for C family languages (I notice the options > do not use EnabledBy()). I guess that would also fix the bogus warning fr

[Bug driver/80545] option -Wstringop-overflow not recognized by Fortran

2017-04-28 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80545 Richard Biener changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|