From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 21370 invoked by alias); 6 Feb 2002 14:36:05 -0000 Mailing-List: contact gcc-prs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-prs-owner@gcc.gnu.org Received: (qmail 21283 invoked by uid 71); 6 Feb 2002 14:36:02 -0000 Resent-Date: 6 Feb 2002 14:36:02 -0000 Resent-Message-ID: <20020206143602.21280.qmail@sources.redhat.com> Resent-From: gcc-gnats@gcc.gnu.org (GNATS Filer) Resent-To: nobody@gcc.gnu.org Resent-Cc: gcc-prs@gcc.gnu.org, gcc-bugs@gcc.gnu.org Resent-Reply-To: gcc-gnats@gcc.gnu.org, gregod@cs.rpi.edu Received:(qmail 16114 invoked by uid 61); 6 Feb 2002 14:29:59 -0000 Message-Id:<20020206142959.16112.qmail@sources.redhat.com> Date: Wed, 06 Feb 2002 06:36:00 -0000 From: gregod@cs.rpi.edu Reply-To: gregod@cs.rpi.edu To: gcc-gnats@gcc.gnu.org X-Send-Pr-Version:gnatsweb-2.9.3 (1.1.1.1.2.31) Subject: libstdc++/5611: (Unsigned) long long I/O unsupported on FreeBSD 3.4 X-SW-Source: 2002-02/txt/msg00142.txt.bz2 List-Id: >Number: 5611 >Category: libstdc++ >Synopsis: (Unsigned) long long I/O unsupported on FreeBSD 3.4 >Confidential: no >Severity: non-critical >Priority: medium >Responsible: unassigned >State: open >Class: sw-bug >Submitter-Id: net >Arrival-Date: Wed Feb 06 06:36:01 PST 2002 >Closed-Date: >Last-Modified: >Originator: Doug Gregor >Release: gcc-3.0.3 >Organization: >Environment: FreeBSD 3.4 >Description: _GLIBCPP_USE_LONG_LONG is left undefined because the system C library does not support strtoll and strtoull, and therefore I/O for (unsigned) long long values is unsupported by libstdc++. GCC 2.95.x has I/O support for (unsigned) long long. >How-To-Repeat: configure on a system without strtoll/strtoull available >Fix: Port the string->integer conversion routines from glibc to be used when the C library does not support strtoll/strtoull. I'd be willing to help if this is deemed the right way to go. >Release-Note: >Audit-Trail: >Unformatted: