[Bug c++/90335] ICE with lambda as cnttp in a templated struct (segfault). C++2a

2019-05-03 Thread boris.rura at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90335 --- Comment #2 from Boris Rúra --- Created attachment 46281 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=46281&action=edit More minimal example. Removing the templates from aliases makes the code compile.

[Bug c++/90335] ICE with lambda as cnttp in a templated struct (segfault). C++2a

2019-05-03 Thread boris.rura at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90335 --- Comment #1 from Boris Rúra --- gcc-9_1_0-release@1f54d412a51 Configured with: ../src/configure --prefix=/usr/gcc-trunk --enable-languages=c,c++ --disable-multilib --enable-checking=release --disable-nls --disable-bootstrap Thread model: posi

[Bug c++/90335] New: ICE with lambda as cnttp in a templated struct (segfault). C++2a

2019-05-03 Thread boris.rura at gmail dot com
Priority: P3 Component: c++ Assignee: unassigned at gcc dot gnu.org Reporter: boris.rura at gmail dot com Target Milestone: --- Created attachment 46279 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=46279&action=edit Minimal example. Hello I've