[Bug c/58961] New: missing " may be used uninitialized in this function"

2013-11-01 Thread afenkart at gmail dot com
Priority: P3 Component: c Assignee: unassigned at gcc dot gnu.org Reporter: afenkart at gmail dot com

[Bug c/58961] missing " may be used uninitialized in this function"

2013-11-01 Thread 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

[Bug c++/77542] New: __attribute__((warn_unused_result)) ignored on function template

2016-09-09 Thread 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

[Bug c++/77542] __attribute__((warn_unused_result)) ignored on function template

2016-09-13 Thread afenkart at gmail dot com
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

[Bug c++/77542] __attribute__((warn_unused_result)) ignored on function template

2016-09-13 Thread afenkart at gmail dot com
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