[Bug driver/69265] Option suggestion provides a wrong hint

2016-05-18 Thread dmalcolm at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69265 David Malcolm changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug driver/69265] Option suggestion provides a wrong hint

2016-05-18 Thread dmalcolm at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69265 --- Comment #7 from David Malcolm --- Author: dmalcolm Date: Thu May 19 00:52:08 2016 New Revision: 236439 URL: https://gcc.gnu.org/viewcvs?rev=236439&root=gcc&view=rev Log: PR driver/69265: add hint for options with misspelled arguments opts-c

[Bug driver/69265] Option suggestion provides a wrong hint

2016-02-12 Thread dmalcolm at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69265 David Malcolm changed: What|Removed |Added Target Milestone|--- |7.0 --- Comment #6 from David Malcolm -

[Bug driver/69265] Option suggestion provides a wrong hint

2016-02-12 Thread dmalcolm at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69265 --- Comment #5 from David Malcolm --- Author: dmalcolm Date: Fri Feb 12 17:39:27 2016 New Revision: 233382 URL: https://gcc.gnu.org/viewcvs?rev=233382&root=gcc&view=rev Log: PR driver/69265 and 69453: improved suggestions for various misspelled

[Bug driver/69265] Option suggestion provides a wrong hint

2016-01-25 Thread dmalcolm at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69265 --- Comment #4 from David Malcolm --- (see also PR 69453, which is related, but different)

[Bug driver/69265] Option suggestion provides a wrong hint

2016-01-14 Thread dmalcolm at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69265 --- Comment #3 from David Malcolm --- (In reply to Jakub Jelinek from comment #2) > Do you consider for options that take a Joined argument those corresponding > enum values? > I mean say provide hint for > -ftls-model=global-dinamic > to use > -

[Bug driver/69265] Option suggestion provides a wrong hint

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

[Bug driver/69265] Option suggestion provides a wrong hint

2016-01-13 Thread dmalcolm at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69265 --- Comment #1 from David Malcolm --- Candidate patch posted here: https://gcc.gnu.org/ml/gcc-patches/2016-01/msg00871.html