From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 19188 invoked by alias); 11 Apr 2003 01:22:11 -0000 Mailing-List: contact gcc-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-patches-owner@gcc.gnu.org Received: (qmail 19148 invoked from network); 11 Apr 2003 01:22:10 -0000 Received: from unknown (HELO mx2.redhat.com) (12.150.115.133) by sources.redhat.com with SMTP; 11 Apr 2003 01:22:10 -0000 Received: from int-mx2.corp.redhat.com (int-mx2.corp.redhat.com [172.16.27.26]) by mx2.redhat.com (8.11.6/8.11.6) with ESMTP id h3B1CdZ08094; Thu, 10 Apr 2003 21:12:39 -0400 Received: from potter.sfbay.redhat.com (potter.sfbay.redhat.com [172.16.27.15]) by int-mx2.corp.redhat.com (8.11.6/8.11.6) with ESMTP id h3B1M7W22790; Thu, 10 Apr 2003 21:22:07 -0400 Received: from belmont.constant.com (romulus-int.sfbay.redhat.com [172.16.27.46]) by potter.sfbay.redhat.com (8.11.6/8.11.6) with SMTP id h3B1M6500315; Thu, 10 Apr 2003 18:22:06 -0700 Date: Fri, 11 Apr 2003 01:22:00 -0000 From: Benjamin Kosnik To: "John David Anglin" Cc: dave@hiauly1.hia.nrc.ca, libstdc++@gcc.gnu.org, gcc-patches@gcc.gnu.org Subject: Re: Failure of test07 in 27_io/filebuf_members.cc under HP-UX (PR 9964) Message-Id: <20030410202149.4b838185.bkoz@redhat.com> In-Reply-To: <200304101952.h3AJq9YR027201@hiauly1.hia.nrc.ca> References: <200304101952.h3AJq9YR027201@hiauly1.hia.nrc.ca> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-SW-Source: 2003-04/txt/msg00746.txt.bz2 >Ok for 3.3 and main? Yes. I tested this for you on x86/linux and it looks good. Please check it in. best, benjamin >2003-04-10 John David Anglin > > * basic_file_stdio.cc (__basic_file::close): Don't flush stream > twice. Always set _M_cfile to 0 when stream was open.