[Bug c/71858] Surprising suggestions for misspellings

2016-07-28 Thread dmalcolm at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71858 David Malcolm changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug c/71858] Surprising suggestions for misspellings

2016-07-28 Thread mpolacek at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71858 Marek Polacek changed: What|Removed |Added CC||mpolacek at gcc dot gnu.org --- Comment

[Bug c/71858] Surprising suggestions for misspellings

2016-07-20 Thread dmalcolm at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71858 --- Comment #7 from David Malcolm --- Author: dmalcolm Date: Wed Jul 20 18:42:11 2016 New Revision: 238538 URL: https://gcc.gnu.org/viewcvs?rev=238538=gcc=rev Log: C++ FE: handle misspelled identifiers and typenames gcc/cp/ChangeLog:

[Bug c/71858] Surprising suggestions for misspellings

2016-07-15 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71858 --- Comment #6 from Jakub Jelinek --- Author: jakub Date: Fri Jul 15 10:40:39 2016 New Revision: 238369 URL: https://gcc.gnu.org/viewcvs?rev=238369=gcc=rev Log: PR c/71858 * c-common.h (enum lookup_name_fuzzy_kind): Add

[Bug c/71858] Surprising suggestions for misspellings

2016-07-14 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71858 --- Comment #5 from Jakub Jelinek --- Author: jakub Date: Thu Jul 14 18:34:00 2016 New Revision: 238352 URL: https://gcc.gnu.org/viewcvs?rev=238352=gcc=rev Log: PR c/71858 * c-decl.c (lookup_name_fuzzy): Ignore

[Bug c/71858] Surprising suggestions for misspellings

2016-07-14 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71858 Richard Biener changed: What|Removed |Added Keywords||diagnostic

[Bug c/71858] Surprising suggestions for misspellings

2016-07-14 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71858 --- Comment #4 from Jakub Jelinek --- Created attachment 38898 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=38898=edit gcc7-pr71858-2.patch And for the second issue.

[Bug c/71858] Surprising suggestions for misspellings

2016-07-14 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71858 --- Comment #3 from Jakub Jelinek --- Created attachment 38897 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=38897=edit gcc7-pr71858-1.patch Untested patch for the first issue.

[Bug c/71858] Surprising suggestions for misspellings

2016-07-13 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71858 --- Comment #2 from Jakub Jelinek --- --- gcc/c/c-decl.c.jj 2016-06-24 12:59:22.0 +0200 +++ gcc/c/c-decl.c 2016-07-13 22:40:23.410658411 +0200 @@ -4021,7 +4021,7 @@ lookup_name_fuzzy (tree name, enum looku for (c_scope *scope =

[Bug c/71858] Surprising suggestions for misspellings

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