From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 12140 invoked by alias); 12 May 2007 00:22:52 -0000 Received: (qmail 12089 invoked by alias); 12 May 2007 00:22:40 -0000 Date: Sat, 12 May 2007 00:22:00 -0000 Message-ID: <20070512002240.12088.qmail@sourceware.org> X-Bugzilla-Reason: CC References: Subject: [Bug libstdc++/31836] [4.3 Regression] FAIL: 27_io/basic_istream/extractors_arithmetic/char/12.cc execution test In-Reply-To: Reply-To: gcc-bugzilla@gcc.gnu.org To: gcc-bugs@gcc.gnu.org From: "dave at hiauly1 dot hia dot nrc dot ca" Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org X-SW-Source: 2007-05/txt/msg00867.txt.bz2 ------- Comment #24 from dave at hiauly1 dot hia dot nrc dot ca 2007-05-12 01:22 ------- Subject: Re: [4.3 Regression] FAIL: 27_io/basic_istream/extractors_arithmetic/char/12.cc execution test > which code do we have on hppa? _GLIBCXX_HAVE_STRTOLD is defined or not? It's defined. The 11.11 man page indicates that single-byte character code sets are supported. It also states that this function is "to be obsoleted at a future date." The code is: char* __sanity; long double __ld = strtold(__s, &__sanity); if (__sanity != __s && __ld != __builtin_huge_vall() && __ld != -__builtin_huge_vall()) __v = __ld; Dave -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=31836