[Bug c++/80294] ICE with constexpr and inheritance

2017-04-03 Thread maikel.nadolski at googlemail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80294 --- Comment #2 from Maikel --- Created attachment 41112 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=41112=edit Result of "g++ -save-temps ice.cpp -I third-party/range-v3/include/ -std=c++1z" Used commands: g++ -save-temps ice.cpp -I

[Bug c++/80294] New: ICE with constexpr and inheritance

2017-04-03 Thread maikel.nadolski at googlemail dot com
++ Assignee: unassigned at gcc dot gnu.org Reporter: maikel.nadolski at googlemail dot com Target Milestone: --- The following code is accepted in clang but causes an ICE in gcc. Here are more information including links to wandbox: https://github.com/ericniebler/range-v3/issues/627