[Bug c++/66583] incorrect implicitly-defined move constructor for class with anonymous union and NSDMI

2015-10-22 Thread trippels at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66583 Markus Trippelsdorf changed: What|Removed |Added CC||akju at mailinator dot com ---

[Bug c++/66583] incorrect implicitly-defined move constructor for class with anonymous union and NSDMI

2015-10-21 Thread jason at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66583 --- Comment #3 from Jason Merrill --- Author: jason Date: Wed Oct 21 09:27:18 2015 New Revision: 229122 URL: https://gcc.gnu.org/viewcvs?rev=229122=gcc=rev Log: PR c++/66583 * init.c (innermost_aggr_scope): New.

[Bug c++/66583] incorrect implicitly-defined move constructor for class with anonymous union and NSDMI

2015-10-21 Thread jason at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66583 Jason Merrill changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug c++/66583] incorrect implicitly-defined move constructor for class with anonymous union and NSDMI

2015-10-20 Thread jason at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66583 Jason Merrill changed: What|Removed |Added Status|UNCONFIRMED |ASSIGNED Last reconfirmed|

[Bug c++/66583] incorrect implicitly-defined move constructor for class with anonymous union and NSDMI

2015-10-20 Thread jason at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66583 --- Comment #2 from Jason Merrill --- Author: jason Date: Wed Oct 21 02:24:08 2015 New Revision: 229108 URL: https://gcc.gnu.org/viewcvs?rev=229108=gcc=rev Log: PR c++/66583 * init.c (innermost_aggr_scope): New.

[Bug c++/66583] incorrect implicitly-defined move constructor for class with anonymous union and NSDMI

2015-06-18 Thread daniel.kruegler at googlemail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66583 Daniel Krügler daniel.kruegler at googlemail dot com changed: What|Removed |Added CC|