[Bug c++/71174] segmentation fault

2016-05-18 Thread t at sharklasers dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71174 --- Comment #2 from JD --- $ g++ -std=c++1z -Wall -Wextra -fconcepts bug.cpp bug.cpp:10:32: error: concept ‘constexpr bool InputIterator(T)’ declared with function parameters concept bool InputIterator(T it) { ^

[Bug c++/71174] segmentation fault

2016-05-18 Thread t at sharklasers dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71174 --- Comment #1 from JD --- Created attachment 38515 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=38515=edit Short example