[Bug c++/65634] [c++-concepts] ICE in check_noexcept_r() for a noexcept constraint on a static member function call requirement

2015-07-09 Thread jason at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65634 Jason Merrill jason at gcc dot gnu.org changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED

[Bug c++/65634] [c++-concepts] ICE in check_noexcept_r() for a noexcept constraint on a static member function call requirement

2015-04-07 Thread tom at honermann dot net
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65634 --- Comment #3 from Tom Honermann tom at honermann dot net --- Confirmed fixed with r221861. I'll leave the bug open though since comment 2 is requesting additional followup.

[Bug c++/65634] [c++-concepts] ICE in check_noexcept_r() for a noexcept constraint on a static member function call requirement

2015-04-03 Thread andrew.n.sutton at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65634 --- Comment #1 from Andrew Sutton andrew.n.sutton at gmail dot com --- Created attachment 35222 -- https://gcc.gnu.org/bugzilla/attachment.cgi?id=35222action=edit Proposed solution

[Bug c++/65634] [c++-concepts] ICE in check_noexcept_r() for a noexcept constraint on a static member function call requirement

2015-04-03 Thread andrew.n.sutton at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65634 --- Comment #2 from Andrew Sutton andrew.n.sutton at gmail dot com --- Confirmed and fixed 221854, but I'd like a maintainer to look at the attached patch. The bug was caused by asking for TYPE_NOTHROW_P on the function return type instead of