https://gcc.gnu.org/bugzilla/show_bug.cgi?id=39159
Gert changed:
What|Removed |Added
CC||gw.fossdev at gmail dot com
--- Comment #5 from
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=39159
--- Comment #6 from Gert ---
I forgot to mention: the patch is against 5.3.0.
: normal
Priority: P3
Component: c++
Assignee: unassigned at gcc dot gnu.org
Reporter: gw.fossdev at gmail dot com
Target Milestone: ---
Created attachment 38951
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=38951&action=edit
Test case trigger
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71975
Gert changed:
What|Removed |Added
Attachment #38951|0 |1
is obsolete|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71975
--- Comment #3 from Gert ---
Created attachment 38957
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=38957&action=edit
test case with "enu" being a struct
I would also assume that this is a parsing issue.
With enu being a struct the comp
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71975
--- Comment #4 from Gert ---
Regarding the "whitespace" I didn't know that with something like
namespace foo { class bar {}; }
one can actually write
foo ::bar x;
i.e. add whitespaces between a namespace or class name and "::" before th