[Bug c++/67557] [4.9/5/6 regression] Calling copy constructor of base class in constructor of derived class produces crashing code

2015-10-21 Thread jason at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67557 --- Comment #15 from Jason Merrill --- Author: jason Date: Wed Oct 21 09:27:12 2015 New Revision: 229121 URL: https://gcc.gnu.org/viewcvs?rev=229121=gcc=rev Log: PR c++/67557 * call.c (is_base_field_ref): New.

[Bug c++/67557] [4.9/5/6 regression] Calling copy constructor of base class in constructor of derived class produces crashing code

2015-10-16 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67557 Richard Biener changed: What|Removed |Added Target Milestone|--- |4.9.4

[Bug c++/67557] [4.9/5/6 regression] Calling copy constructor of base class in constructor of derived class produces crashing code

2015-10-12 Thread jason at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67557 --- Comment #14 from Jason Merrill --- Author: jason Date: Mon Oct 12 07:58:43 2015 New Revision: 228704 URL: https://gcc.gnu.org/viewcvs?rev=228704=gcc=rev Log: PR c++/67557 * expr.c (store_field): Call store_constructor

[Bug c++/67557] [4.9/5/6 regression] Calling copy constructor of base class in constructor of derived class produces crashing code

2015-10-08 Thread jason at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67557 --- Comment #13 from Jason Merrill --- Author: jason Date: Thu Oct 8 14:42:02 2015 New Revision: 228602 URL: https://gcc.gnu.org/viewcvs?rev=228602=gcc=rev Log: PR c++/67557 * call.c (is_base_field_ref): New.

[Bug c++/67557] [4.9/5/6 regression] Calling copy constructor of base class in constructor of derived class produces crashing code

2015-10-07 Thread jason at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67557 Jason Merrill changed: What|Removed |Added Summary|Calling copy constructor of |[4.9/5/6 regression]