[Bug c++/69903] New: Function template specialization with CRTP-class causes compiler segfault

2016-02-22 Thread tolstokor at gmail dot com
: normal Priority: P3 Component: c++ Assignee: unassigned at gcc dot gnu.org Reporter: tolstokor at gmail dot com Target Milestone: --- Created attachment 37756 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=37756&action=edit Preprocessed source fi

[Bug c++/69903] Function template specialization with CRTP-class causes compiler segfault

2016-02-22 Thread tolstokor at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69903 --- Comment #3 from Alexander --- NOTE: Functions' interior isn't important here, they can be empty, I used volatile variables just to check assembler output.

[Bug c++/69903] Function template specialization with CRTP-class causes compiler segfault

2016-02-22 Thread tolstokor at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69903 --- Comment #4 from Alexander --- About versions: this code didn't crash until 4.7.3 version, I checked it with http://gcc.godbolt.org/