This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug middle-end/33335] [4.3 Regression] FAIL: 26_numerics/complex/inserters_extractors/wchar_t/1.cc
- From: "pinskia at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 10 Sep 2007 22:13:17 -0000
- Subject: [Bug middle-end/33335] [4.3 Regression] FAIL: 26_numerics/complex/inserters_extractors/wchar_t/1.cc
- References: <bug-33335-276@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- 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