This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug libstdc++/81359] [7 Regression] bogus error: constructor required before non-static data member for ‘Foo::Bar::test’ has been parsed
- From: "jason at gcc dot gnu.org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Wed, 09 Aug 2017 18:34:24 +0000
- Subject: [Bug libstdc++/81359] [7 Regression] bogus error: constructor required before non-static data member for ‘Foo::Bar::test’ has been parsed
- Auto-submitted: auto-generated
- References: <bug-81359-4@http.gcc.gnu.org/bugzilla/>
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81359
Jason Merrill <jason at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|ASSIGNED |NEW
Component|c++ |libstdc++
Assignee|jason at gcc dot gnu.org |unassigned at gcc dot gnu.org
Summary|[7/8 Regression] bogus |[7 Regression] bogus error:
|error: constructor required |constructor required before
|before non-static data |non-static data member for
|member for ‘Foo::Bar::test’ |‘Foo::Bar::test’ has been
|has been parsed |parsed
--- Comment #4 from Jason Merrill <jason at gcc dot gnu.org> ---
I've adjusted the compiler to accept this on trunk, but the change is too
invasive for the GCC 7 branch. I'm changing the component to libstdc++ so that
library folks can consider a library approach for the branch.