From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 4037 invoked by alias); 27 May 2002 09:36:07 -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 4009 invoked by uid 71); 27 May 2002 09:36:05 -0000 Date: Mon, 27 May 2002 02:39:00 -0000 Message-ID: <20020527093605.4007.qmail@sources.redhat.com> To: nobody@gcc.gnu.org Cc: gcc-prs@gcc.gnu.org, From: Gabriel Dos Reis Subject: Re: libstdc++/6784: SEGV using istream >> operator under gcc-3.1/sun-sparc-solaris2.6 Reply-To: Gabriel Dos Reis X-SW-Source: 2002-05/txt/msg00855.txt.bz2 List-Id: The following reply was made to PR libstdc++/6784; it has been noted by GNATS. From: Gabriel Dos Reis To: bkoz@redhat.com Cc: gcc-gnats@gcc.gnu.org Subject: Re: libstdc++/6784: SEGV using istream >> operator under gcc-3.1/sun-sparc-solaris2.6 Date: 27 May 2002 11:33:17 +0200 Benjamin Kosnik writes: | > 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. OK, that is a good argument. | It's clearly the fault of Sun's underlying "C" | library when dealing with corner cases of numerical input. OK, thanks. Knowing that, we could try not to use it for formatted input. But I won't insist since I'm not likely to contribute the code immediately. -- Gaby