[Bug c++/80178] Class with deleted copy and move constructors uses wrong argument passing ABI

2017-05-19 Thread jason at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80178 Jason Merrill changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug c++/80178] Class with deleted copy and move constructors uses wrong argument passing ABI

2017-05-08 Thread jason at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80178 --- Comment #4 from Jason Merrill --- Author: jason Date: Mon May 8 19:08:07 2017 New Revision: 247757 URL: https://gcc.gnu.org/viewcvs?rev=247757=gcc=rev Log: PR c++/80178 - parameter passing for uncopyable classes * tree.c

[Bug c++/80178] Class with deleted copy and move constructors uses wrong argument passing ABI

2017-04-05 Thread jason at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80178 --- Comment #3 from Jason Merrill --- Created attachment 41138 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=41138=edit fix Here's a fix. I'm nervous about applying it at this point in GCC 7, though.

[Bug c++/80178] Class with deleted copy and move constructors uses wrong argument passing ABI

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

[Bug c++/80178] Class with deleted copy and move constructors uses wrong argument passing ABI

2017-03-28 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80178 Jonathan Wakely changed: What|Removed |Added CC||richard-gccbugzilla@metafoo

[Bug c++/80178] Class with deleted copy and move constructors uses wrong argument passing ABI

2017-03-28 Thread jason at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80178 Jason Merrill changed: What|Removed |Added CC||jason at gcc dot gnu.org --- Comment #1