Severity: normal
Priority: P3
Component: c++
Assignee: unassigned at gcc dot gnu.org
Reporter: travis at gockelhut dot com
#include
struct Thrower
{
~Thrower() noexcept(false) { throw 1; }
};
struct Explicit
{
~Explicit() {}
Thrower t
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54278
Travis Gockel changed:
What|Removed |Added
Version|unknown |4.7.0
Summary|"control reaches
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54278
Bug #: 54278
Summary: "control reaches end of non-void function
Classification: Unclassified
Product: gcc
Version: unknown
Status: UNCONFIRMED
Severity: normal
Priori
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54277
Bug #: 54277
Summary: Template class member referred to with implicit this
inside lambda is incorrectly const-qualified
Classification: Unclassified
Product: gcc
Version: unknown
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54276
Bug #: 54276
Summary: Lambda in a Template Function Undefined Reference to
local static
Classification: Unclassified
Product: gcc
Version: unknown
Status: UNCONFIRMED
t gcc dot gnu dot org
ReportedBy: travis at gockelhut dot com
GCC build triplet: 3
GCC host triplet: 4
GCC target triplet: 4
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=43408
t gcc dot gnu dot org
ReportedBy: travis at gockelhut dot com
GCC build triplet: 3
GCC host triplet: 4
GCC target triplet: 4
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=43407