[Bug c++/84537] [8 Regression] ICE in get_string, at spellcheck-tree.h

2018-02-26 Thread mpolacek at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84537 --- Comment #4 from Marek Polacek --- Author: mpolacek Date: Mon Feb 26 14:12:25 2018 New Revision: 257988 URL: https://gcc.gnu.org/viewcvs?rev=257988=gcc=rev Log: PR c++/84537 * name-lookup.c

[Bug c++/84537] [8 Regression] ICE in get_string, at spellcheck-tree.h

2018-02-26 Thread mpolacek at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84537 Marek Polacek changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug c++/84537] [8 Regression] ICE in get_string, at spellcheck-tree.h

2018-02-26 Thread mpolacek at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84537 Marek Polacek changed: What|Removed |Added Status|NEW |ASSIGNED Assignee|unassigned

[Bug c++/84537] [8 Regression] ICE in get_string, at spellcheck-tree.h

2018-02-24 Thread mpolacek at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84537 --- Comment #3 from Marek Polacek --- I think just --- a/gcc/cp/name-lookup.c +++ b/gcc/cp/name-lookup.c @@ -5541,6 +5541,10 @@ bool suggest_alternative_in_explicit_scope (location_t location, tree name, tree scope) {

[Bug c++/84537] [8 Regression] ICE in get_string, at spellcheck-tree.h

2018-02-24 Thread mpolacek at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84537 Marek Polacek changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug c++/84537] [8 Regression] ICE in get_string, at spellcheck-tree.h

2018-02-23 Thread reichelt at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84537 --- Comment #1 from Volker Reichelt --- With a slightly modified testcase (namespace std instead of N) I get a different stack-trace: === namespace std { template struct A {}; } std::template A<> a;