------- Comment #5 from pinskia at gcc dot gnu dot org  2007-09-10 22:13 -------
I think what is wrong now is the convert optable hash table is the same as the
the other optable hash table so optab are matching when they should not be.  We
need to either split the hash tables or add an extra element to the table to
record that too.


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=33335

Reply via email to