Severity: normal
Priority: P3
Component: c++
Assignee: unassigned at gcc dot gnu.org
Reporter: okamoto6496 at gmail dot com
Code is below:
1 struct Base
2 {
3 virtual int b() const{return 1;};
4 };
5
6 struct Super:Base{};
7
8 int main
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=61135
--- Comment #1 from MamoruOKAMOTO ---
g++-4.9.0 returned same message.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=61135
--- Comment #2 from MamoruOKAMOTO ---
Created attachment 32772
--> http://gcc.gnu.org/bugzilla/attachment.cgi?id=32772&action=edit
Test code using report