Re: hash-table violation in gcc/cp/pt.c

2018-11-01 Thread Martin Liška
I created PR87847 for that. Martin

Re: hash-table violation in gcc/cp/pt.c

2018-10-30 Thread Martin Liška
On 10/30/18 11:25 AM, Martin Liška wrote: > On 10/29/18 12:04 PM, Martin Liška wrote: >> 3) lookup_template_class_1 >> >> $ ./xg++ -B. >> /home/marxin/Programming/gcc/gcc/testsuite/g++.dg/template/ttp23.C -c >> -fchecking=3 >> hash table checking failed: equal operator returns true for a pair of

hash-table violation in gcc/cp/pt.c

2018-10-30 Thread Martin Liška
On 10/29/18 12:04 PM, Martin Liška wrote: > 3) lookup_template_class_1 > > $ ./xg++ -B. > /home/marxin/Programming/gcc/gcc/testsuite/g++.dg/template/ttp23.C -c > -fchecking=3 > hash table checking failed: equal operator returns true for a pair of values > with a different hash > value/home/mar