This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: [Bug libstdc++/17005] wide character strings don't work on HP-UX11i using gcc 3.4.1
- From: Paolo Carlini <pcarlini at suse dot de>
- To: John David Anglin <dave at hiauly1 dot hia dot nrc dot ca>
- Cc: pcarlini at suse dot de <gcc-bugzilla at gcc dot gnu dot org>,danglin at gcc dot gnu dot org, gcc at gcc dot gnu dot org
- Date: Sun, 22 Aug 2004 19:34:17 +0200
- Subject: Re: [Bug libstdc++/17005] wide character strings don't work on HP-UX11i using gcc 3.4.1
- References: <20040821102659.23031.qmail@sourceware.org> <20040821152503.GA12970@hiauly1.hia.nrc.ca>
John David Anglin wrote:
This is a work in progress. In one sense, the patch is complete
except for documenting the -munix= option.
First, thanks for your work: if I understand well, on 11.11, and default
for -munix, we have obtained a clean wchar_t testsuite: great!
However, it's dangerous
to use other than default for this option.
Unfortunately, I have trouble understanding the details of your concerns:
hopefully, someone else will give you more meaningful advice. My naive
impression is that the new, documented, default, cannot be really dangerous,
by itself and the same for well documented new options. Also, if I
understand well, those options (93, 95, that is) can only lead to a behavior
similar to what we had before your patch... On the other hand, if this is
not the case, in my opinion you could work on adding that possibility.
Thanks again,
Paolo.