[Bug middle-end/33335] [4.3 Regression] FAIL: 26_numerics/complex/inserters_extractors/wchar_t/1.cc
pinskia at gcc dot gnu dot org
gcc-bugzilla@gcc.gnu.org
Mon Sep 10 22:13:00 GMT 2007
------- 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
More information about the Gcc-bugs
mailing list