------- Comment #17 from jason at gcc dot gnu dot org 2010-02-24 20:45 ------- (In reply to comment #15) > Alternatively, the C++ front-end could create an uninitialized variable for > each member variable. Initialize those, then, at the very end of the > constructor, assigned each clone variable to the appropriate member.
That would break if the constructor calls any other member functions. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19808