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

2024-03-12 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67557 Andrew Pinski changed: What|Removed |Added CC||peter_foelsche at agilent dot com ---

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

2016-08-03 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67557 Richard Biener changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

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

2016-01-08 Thread jason at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67557 --- Comment #19 from Jason Merrill --- Author: jason Date: Fri Jan 8 16:01:35 2016 New Revision: 232169 URL: https://gcc.gnu.org/viewcvs?rev=232169=gcc=rev Log: PR c++/68983 PR c++/67557 * call.c

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

2016-01-08 Thread jason at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67557 --- Comment #18 from Jason Merrill --- Author: jason Date: Fri Jan 8 16:01:12 2016 New Revision: 232167 URL: https://gcc.gnu.org/viewcvs?rev=232167=gcc=rev Log: PR c++/68983 (BE) PR c++/67557 gcc/ * function.c

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

2016-01-08 Thread jason at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67557 --- Comment #20 from Jason Merrill --- Author: jason Date: Fri Jan 8 16:02:10 2016 New Revision: 232171 URL: https://gcc.gnu.org/viewcvs?rev=232171=gcc=rev Log: PR c++/68983 PR c++/67557 * call.c

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

2016-01-08 Thread jason at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67557 --- Comment #17 from Jason Merrill --- Author: jason Date: Fri Jan 8 16:01:05 2016 New Revision: 232166 URL: https://gcc.gnu.org/viewcvs?rev=232166=gcc=rev Log: PR c++/68983 (FE) PR c++/67557 * call.c

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

2015-12-17 Thread jason at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67557 --- Comment #16 from Jason Merrill --- Author: jason Date: Thu Dec 17 16:52:19 2015 New Revision: 231780 URL: https://gcc.gnu.org/viewcvs?rev=231780=gcc=rev Log: PR c++/67557 * call.c (is_base_field_ref): New.

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

2015-11-18 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67557 Richard Biener changed: What|Removed |Added Priority|P3 |P2