From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 4018 invoked by alias); 27 May 2002 09: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 3983 invoked by uid 71); 27 May 2002 09:36:03 -0000 Date: Mon, 27 May 2002 02:36:00 -0000 Message-ID: <20020527093603.3981.qmail@sources.redhat.com> To: nobody@gcc.gnu.org Cc: gcc-prs@gcc.gnu.org, From: Benjamin Kosnik Subject: Re: libstdc++/6784: SEGV using istream >> operator under gcc-3.1/sun-sparc-solaris2.6 Reply-To: Benjamin Kosnik X-SW-Source: 2002-05/txt/msg00854.txt.bz2 List-Id: The following reply was made to PR libstdc++/6784; it has been noted by GNATS. From: Benjamin Kosnik To: Gabriel Dos Reis Cc: gcc-gnats@gcc.gnu.org Subject: Re: libstdc++/6784: SEGV using istream >> operator under gcc-3.1/sun-sparc-solaris2.6 Date: Mon, 27 May 2002 02:29:02 -0700 > Speaking as someone not contributing anything to the IO stuff: This > problem is a problem in our library (using C++ IOstreams), is it > acceptable to tell people it is Sun's problem? It can be reproduced as a simple "C" program that has nothing to do with C++ or libstdc++-v3. It's clearly the fault of Sun's underlying "C" library when dealing with corner cases of numerical input. -benjamin