------- Comment #5 from bkoz at gcc dot gnu dot org 2006-12-12 11:32 -------
I suspect that the fix for 28125 may also fix this. If not, then the only thing
I can think of to do is to add a compile test explicitly for iconv_t in
GLIBCXX_CHECK_ICONV_SUPPORT.
This seems redundant, however, as iconv_open and iconv_close return this type,
and they are already tested. Maybe on mingw32 they don't return iconv_t?
So, I am going to close this until I have more info or it's reconfirmed that
this is still a bug with current sources.
best,
benjamin
--
bkoz at gcc dot gnu dot org changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |FIXED
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=28265