From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 9386 invoked by alias); 8 Jan 2002 22:26:00 -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 9359 invoked by uid 71); 8 Jan 2002 22:26:00 -0000 Resent-Date: 8 Jan 2002 22:26:00 -0000 Resent-Message-ID: <20020108222600.9358.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, jianhua.zhou@informix.com Received:(qmail 8827 invoked by uid 61); 8 Jan 2002 22:24:08 -0000 Message-Id:<20020108222408.8821.qmail@sources.redhat.com> Date: Tue, 08 Jan 2002 14:26:00 -0000 From: jianhua.zhou@informix.com Reply-To: jianhua.zhou@informix.com To: gcc-gnats@gcc.gnu.org X-Send-Pr-Version:gnatsweb-2.9.3 (1.1.1.1.2.31) Subject: c++/5316: compliation problem X-SW-Source: 2002-01/txt/msg00349.txt.bz2 List-Id: >Number: 5316 >Category: c++ >Synopsis: compliation problem >Confidential: no >Severity: critical >Priority: high >Responsible: unassigned >State: open >Class: sw-bug >Submitter-Id: net >Arrival-Date: Tue Jan 08 14:26:00 PST 2002 >Closed-Date: >Last-Modified: >Originator: Jianhua Zhou >Release: 3.0.3 >Organization: >Environment: RedHat 7.1 >Description: The follwoing codes has compilation problem on 3.0.3 #include #include class commsbuf : public filebuf { public: void f1() { int pb = blen(); char *b = base(); int fd1 = fd(); int y = unbuffered(); int z = out_waiting(); }; }; main() { } which is ok on other C++ compiler and good on 2.91,66 (RedHat 6.2). >How-To-Repeat: >Fix: >Release-Note: >Audit-Trail: >Unformatted: