[Bug c++/57388] [C++11] ICE when function types with ref-qualifiers meet other function types

2013-05-25 Thread daniel.kruegler at googlemail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57388 --- Comment #3 from Daniel Krügler daniel.kruegler at googlemail dot com --- Extending std::is_function in regard to ref-qualified functions will depend on that issue. I haven't found a way to get around these ICEs in the (updated) test cases.

[Bug c++/57388] [C++11] ICE when function types with ref-qualifiers meet other function types

2013-05-25 Thread paolo.carlini at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57388 --- Comment #4 from Paolo Carlini paolo.carlini at oracle dot com --- I see Daniel. Jason is already on it.

[Bug c++/57388] [C++11] ICE when function types with ref-qualifiers meet other function types

2013-05-25 Thread jason at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57388 Jason Merrill jason at gcc dot gnu.org changed: What|Removed |Added Status|ASSIGNED|RESOLVED

[Bug c++/57388] [C++11] ICE when function types with ref-qualifiers meet other function types

2013-05-23 Thread paolo.carlini at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57388 --- Comment #1 from Paolo Carlini paolo.carlini at oracle dot com --- Let's add Jason in CC.

[Bug c++/57388] [C++11] ICE when function types with ref-qualifiers meet other function types

2013-05-23 Thread jason at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57388 Jason Merrill jason at gcc dot gnu.org changed: What|Removed |Added Status|UNCONFIRMED |ASSIGNED Last

[Bug c++/57388] [C++11] ICE when function types with ref-qualifiers meet other function types

2013-05-23 Thread daniel.kruegler at googlemail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57388 --- Comment #2 from Daniel Krügler daniel.kruegler at googlemail dot com --- (In reply to Daniel Krügler from comment #0) While attempting to upgrade std::function for functions with ref-qualifiers [..] Oops, I meant std::is_function