Re: [C++ PATCH] Fix ICE in cp_tree_equal (PR c++/54858)
OK. Jason
[C++ PATCH] Fix ICE in cp_tree_equal (PR c++/54858)
Hi! The following testcase ICEs because cp_tree_equal doesn't handle FIELD_DECLs (in 4.4 it was enough to have c0/d0 and c1/d1 in the testcase, now 12 lines are needed due to introduction of a hash table). Fixed thusly, bootstrapped/regtested on x86_64-linux and i686-linux, ok for trunk/4.7? 201