[Bug c++/57645] New: Explicitly-declared destructor with no exception specification is always noexcept(true)

2013-06-18 Thread travis at gockelhut dot com
Severity: normal Priority: P3 Component: c++ Assignee: unassigned at gcc dot gnu.org Reporter: travis at gockelhut dot com #include type_traits struct Thrower { ~Thrower() noexcept(false) { throw 1; } }; struct Explicit { ~Explicit() {} Thrower t

[Bug c++/54276] New: Lambda in a Template Function Undefined Reference to local static

2012-08-15 Thread travis at gockelhut dot com
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:

[Bug c++/54277] New: Template class member referred to with implicit this inside lambda is incorrectly const-qualified

2012-08-15 Thread travis at gockelhut dot com
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:

[Bug c++/54278] New: control reaches end of non-void function

2012-08-15 Thread travis at gockelhut dot com
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

[Bug c++/54278] __attribute__((noreturn)) called from destructor when another auto-scoped variable has a non-trivial dtor erroneously fails with control reaches end of non-void function at -O0

2012-08-15 Thread travis at gockelhut dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54278 Travis Gockel travis at gockelhut dot com changed: What|Removed |Added Version|unknown |4.7.0

[Bug c++/43407] New: Specifying visibility attribute of C++0x enum class emits warning

2010-03-17 Thread travis at gockelhut dot com
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

[Bug c++/43408] New: Specifying visibility attribute of C++0x enum class emits warning

2010-03-17 Thread travis at gockelhut dot com
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