[Bug c++/68092] [possibly concepts] ICE: symtab_node::verify failed. Overloaded function by concept requires

2015-10-25 Thread chrisb2244 at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68092 --- Comment #5 from Christian Butcher --- Comment 2 has the wrong error (previous testcase with cout statements) Correct error: class.cpp:13:26: error: Two symbols with same comdat_group are not linked by the same_comdat_group list. template c

[Bug c++/68092] [possibly concepts] ICE: symtab_node::verify failed. Overloaded function by concept requires

2015-10-25 Thread chrisb2244 at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68092 --- Comment #4 from Christian Butcher --- Created attachment 36584 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=36584&action=edit Class cpp

[Bug c++/68092] [possibly concepts] ICE: symtab_node::verify failed. Overloaded function by concept requires

2015-10-25 Thread chrisb2244 at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68092 --- Comment #3 from Christian Butcher --- Created attachment 36583 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=36583&action=edit Class header

[Bug c++/68092] [possibly concepts] ICE: symtab_node::verify failed. Overloaded function by concept requires

2015-10-25 Thread chrisb2244 at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68092 --- Comment #2 from Christian Butcher --- Created attachment 36582 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=36582&action=edit main function (1/3) First of 3 files to demonstrate problem. (Not)Compiled with g++ -std=c++1z conceptFunct

[Bug c++/68092] [possibly concepts] ICE: symtab_node::verify failed. Overloaded function by concept requires

2015-10-25 Thread chrisb2244 at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68092 --- Comment #1 from Christian Butcher --- Will keep working on a (non-compilable) test case. If someone is interested, can upload full sources for this class