Priority: P3
Component: c
Assignee: unassigned at gcc dot gnu.org
Reporter: afenkart at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58961
afenkart at gmail dot com changed:
What|Removed |Added
CC||afenkart at gmail dot com
Priority: P3
Component: c++
Assignee: unassigned at gcc dot gnu.org
Reporter: afenkart at gmail dot com
Target Milestone: ---
..
template
ReturnValue bind(Args&&... args) __attribute__((warn_unuse
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77542
--- Comment #2 from afenkart at gmail dot com ---
(In reply to Andrew Pinski from comment #1)
> Do you have a full example which shows the issue?
> In your case does ReturnValue have a copy constructor?
> If so this is a dup of bug 381
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77542
--- Comment #3 from afenkart at gmail dot com ---
Created attachment 39608
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=39608&action=edit
excerpt of code showing problem