Return-Path: Delivered-To: apmail-incubator-stdcxx-dev-archive@www.apache.org Received: (qmail 73959 invoked from network); 18 Mar 2006 20:34:21 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 18 Mar 2006 20:34:21 -0000 Received: (qmail 41388 invoked by uid 500); 18 Mar 2006 20:34:21 -0000 Delivered-To: apmail-incubator-stdcxx-dev-archive@incubator.apache.org Received: (qmail 41350 invoked by uid 500); 18 Mar 2006 20:34:20 -0000 Mailing-List: contact stdcxx-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: stdcxx-dev@incubator.apache.org Delivered-To: mailing list stdcxx-dev@incubator.apache.org Received: (qmail 41337 invoked by uid 99); 18 Mar 2006 20:34:20 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 18 Mar 2006 12:34:20 -0800 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received: from [192.87.106.226] (HELO ajax.apache.org) (192.87.106.226) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 18 Mar 2006 12:34:20 -0800 Received: from ajax (localhost.localdomain [127.0.0.1]) by ajax.apache.org (Postfix) with ESMTP id 266B46ACA9 for ; Sat, 18 Mar 2006 20:33:59 +0000 (GMT) Message-ID: <953388756.1142714039152.JavaMail.jira@ajax> Date: Sat, 18 Mar 2006 20:33:59 +0000 (GMT) From: "Martin Sebor (JIRA)" To: stdcxx-dev@incubator.apache.org Subject: [jira] Created: (STDCXX-165) [gcc 3.4.2/HP-UX 11.11] errorn on long_double in num_get.cpp MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N [gcc 3.4.2/HP-UX 11.11] errorn on long_double in num_get.cpp ------------------------------------------------------------ Key: STDCXX-165 URL: http://issues.apache.org/jira/browse/STDCXX-165 Project: C++ Standard Library Type: Bug Components: Build Versions: 4.1.3 Environment: $ uname -mrs && gcc -v HP-UX B.11.11 9000/800 Reading specs from /usr/local/lib/gcc/hppa2.0w-hp-hpux11.11/3.4.2/specs Configured with: /scratch/njs/pkgbuild/3.3.1/hpux-11/gcc-3.4.2/configure --enable-languages=c,c++ --enable-threads=posix --disable-nls --with-gnu-as --without-gnu-ld --with-as=/usr/local/bin/as --with-ld=/usr/ccs/bin/ld --with-libiconv-prefix=/usr/local --prefix=/usr/local Thread model: posix gcc version 3.4.2 Reporter: Martin Sebor Assigned to: Martin Sebor Priority: Critical Fix For: 4.1.4 The num_get.cpp file fails to compile with gcc 3.4.3 on HP-UX 11.11: gcc -c -I/house/sebor/stdcxx-4.1.3/include/ansi -D_RWSTD_USE_CONFIG -I/house/sebor/build/stdcxx-4.1.3-gcc-3.4.2/include -I/house/sebor/stdcxx-4.1.3/include -pedantic -nostdinc++ -O2 -Wall -W -Wcast-qual -Winline -Wshadow -Wwrite-strings -Wno-long-long -Wcast-align -fPIC /house/sebor/stdcxx-4.1.3/src/num_get.cpp /house/sebor/stdcxx-4.1.3/src/num_get.cpp: In function `int __rw::__rw_get_num(void*, const char*, int, int, const char*, long unsigned int, const char*, long unsigned int)': /house/sebor/stdcxx-4.1.3/src/num_get.cpp:661: error: `long_double' does not name a type /house/sebor/stdcxx-4.1.3/src/num_get.cpp:661: error: extra semicolon /house/sebor/stdcxx-4.1.3/src/num_get.cpp:664: error: 'union __rw::__rw_get_num(void*, const char*, int, int, const char*, long unsigned int, const char*, long unsigned int)::' has no member named 'words' /house/sebor/stdcxx-4.1.3/src/num_get.cpp:697: error: 'union __rw::__rw_get_num(void*, const char*, int, int, const char*, long unsigned int, const char*, long unsigned int)::' has no member named 'words' make: *** [num_get.o] Error 1 -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira