: normal
Priority: P3
Component: libstdc++
Assignee: unassigned at gcc dot gnu.org
Reporter: gcc at foxcub dot org
Target Milestone: ---
Created attachment 44091
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=44091&action=edit
main.cpp
I build a p
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85705
--- Comment #1 from gcc at foxcub dot org ---
Created attachment 44092
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=44092&action=edit
puppet.cpp
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85705
--- Comment #3 from gcc at foxcub dot org ---
Created attachment 44094
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=44094&action=edit
Makefile
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85705
--- Comment #2 from gcc at foxcub dot org ---
Created attachment 44093
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=44093&action=edit
puppet-lib.cpp
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85705
--- Comment #5 from gcc at foxcub dot org ---
Is there a way to make the constructors happen? For example, adding
std::ios_base::Init initalizer;
at the beginning of main() in puppet.cpp doesn't fix the problem.
How can I get the constru