From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 20163 invoked by alias); 12 Aug 2004 22:09:56 -0000 Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org Received: (qmail 20153 invoked by uid 48); 12 Aug 2004 22:09:55 -0000 Date: Thu, 12 Aug 2004 22:09:00 -0000 Message-ID: <20040812220955.20152.qmail@sourceware.org> From: "danglin at gcc dot gnu dot org" To: gcc-bugs@gcc.gnu.org In-Reply-To: <20040812163817.17005.jerrydy@sbcglobal.net> References: <20040812163817.17005.jerrydy@sbcglobal.net> Reply-To: gcc-bugzilla@gcc.gnu.org Subject: [Bug libstdc++/17005] wide character strings don't work on HP-UX 11i using gcc 3.4.1 X-Bugzilla-Reason: CC X-SW-Source: 2004-08/txt/msg01191.txt.bz2 List-Id: ------- Additional Comments From danglin at gcc dot gnu dot org 2004-08-12 22:09 ------- > Should va_list in the following lines be __gnuc_va_list as they are in the > other headers like stdio.h? Yes. I've known about this for sometime. I think there are a couple of other headers on 11i that use va_list and don't get fixed as well. The problem is not specific to gcc 3.4. It affects all gcc versions. Until someone works out a fixinclude patch, I suggest copying wchar.h into gcc's internal include directory. Then, manually change va_list to __gnuc_va_list. However, this won't fix any problems in the libstdc++ build unless you redo it with the fixed header(s). -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=17005