This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug middle-end/25977] miscompile with classes without copy constructor
- From: "pinskia at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 26 Jan 2006 15:45:29 -0000
- Subject: [Bug middle-end/25977] miscompile with classes without copy constructor
- References: <bug-25977-12049@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #2 from pinskia at gcc dot gnu dot org 2006-01-26 15:45 -------
<retval> = operator& (&<retval>, &r) [return slot optimization];
We cannot do RSO here.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25977