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 libstdc++/17005] wide character strings don't work on HP-UX 11i using gcc 3.4.1


------- Additional Comments From danglin at gcc dot gnu dot org  2004-08-13 04:40 -------
I think that we can resolve the the namespace conflict by adding
the following to the hpux os_defines.h:

/* HP-UX 11i has mbstate_t when _MBSTATE_T is defined.  */
#if !defined(_GLIBCXX_HAVE_MBSTATE_T) && defined(_MBSTATE_T)
#define _GLIBCXX_HAVE_MBSTATE_T
#endif

I have a patch for the va_list problem under test.

I'm not sure about _INCLUDE__STDC_A1_SOURCE.


-- 


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


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