This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug c++/50184] Segmentation fault. Copy Constructor.


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50184

--- Comment #3 from Jonathan Wakely <redi at gcc dot gnu.org> 2011-08-25 10:48:59 UTC ---
-fno-elide-constructors prevents the segfault

something goes wrong copying the return value of func() into the CData base
class of B


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]