[Bug target/28975] conflicting declaration 'typedef struct mbstate_t mbstate_t'

2006-10-31 Thread sje at cup dot hp dot com
--- Comment #5 from sje at cup dot hp dot com 2006-10-31 18:15 --- I forgot to include the PR number in my ChangeLog entry but this defect is fixed with the patch in comment #4. It has been backported to the 4.0, 4.1, and 4.2 branches as well as being checked in on the ToT. -- sje

[Bug target/28975] conflicting declaration 'typedef struct mbstate_t mbstate_t'

2006-09-13 Thread sje at cup dot hp dot com
--- Comment #4 from sje at cup dot hp dot com 2006-09-13 21:08 --- The underlying problem here is twofold, The C++ configure script will only check for mbstate_t if wchar is enabled. On IA64 HP-UX wchar is not enabled because we are missing a define that makes the wchar type visible to

[Bug target/28975] conflicting declaration 'typedef struct mbstate_t mbstate_t'

2006-09-07 Thread pinskia at gcc dot gnu dot org
--- Comment #2 from pinskia at gcc dot gnu dot org 2006-09-07 15:42 --- So that means when __STDC_VERSION__=199901 then _GLIBCXX_HAVE_MBSTATE_T needs to be defined or something like that. Anyways this is a target issue. -- pinskia at gcc dot gnu dot org changed: What

[Bug target/28975] conflicting declaration 'typedef struct mbstate_t mbstate_t'

2006-09-07 Thread waspswarm at gmail dot com
--- Comment #3 from waspswarm at gmail dot com 2006-09-07 15:46 --- (In reply to comment #2) So that means when __STDC_VERSION__=199901 then _GLIBCXX_HAVE_MBSTATE_T needs to be defined or something like that. Anyways this is a target issue. Thanks! Adding