[LLVMbugs] [Bug 1942] problem with assigning returned object to *this
bugzilla-daemon at cs.uiuc.edu
bugzilla-daemon at cs.uiuc.edu
Sat Feb 2 13:04:18 PST 2008
http://llvm.org/bugs/show_bug.cgi?id=1942
Duncan Sands <baldrick at free.fr> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |REOPENED
Resolution|FIXED |
--- Comment #9 from Duncan Sands <baldrick at free.fr> 2008-02-02 15:04:15 ---
This needs further investigation: the fix (which copies what gcc appears
to do) breaks C++ code for which the return value has constructors/
destructors, so I've reverted it.
--
Configure bugmail: http://llvm.org/bugs/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
More information about the llvm-bugs
mailing list