This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug middle-end/33335] [4.3 Regression] FAIL: 26_numerics/complex/inserters_extractors/wchar_t/1.cc



------- 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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]