[Bug c++/58083] ICE with lambda as default parameter of a template function
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58083 --- Comment #1 from Alex Turbov --- Created attachment 30615 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=30615&action=edit original source code
[Bug c++/58083] New: ICE with lambda as default parameter of a template function
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58083 Bug ID: 58083 Summary: ICE with lambda as default parameter of a template function Product: gcc Version: 4.8.1 Status: UNCONFIRMED Severity: normal Priority: P3 Component: c++ Assignee: unassigned at gcc dot gnu.org Reporter: i.zaufi at gmail dot com Created attachment 30614 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=30614&action=edit preprocessed buggy file I know that my code is incorrect and shouldn't work, but ICE shouldn't happen anyway. I tried to play w/ SFINAE and using lambdas to do a 'concept checking' w/ a native C++ syntax, but really soon got an ICE w/ that code
[Bug libstdc++/67015] "^[a-z0-9][a-z0-9-]*$", std::regex::extended is miscompiled
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67015 Alex Turbov changed: What|Removed |Added CC||i.zaufi at gmail dot com --- Comment #10 from Alex Turbov --- Few more links to think about backporting to 4.9: https://bugs.gentoo.org/show_bug.cgi?id=555648 https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=778112