From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 8981 invoked by alias); 30 Apr 2002 19:16: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 8939 invoked by uid 71); 30 Apr 2002 19:16:03 -0000 Resent-Date: 30 Apr 2002 19:16:02 -0000 Resent-Message-ID: <20020430191602.8933.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, plasmahh@tzi.de Received:(qmail 8304 invoked from network); 30 Apr 2002 19:12:58 -0000 Received: from unknown (HELO nmh.informatik.uni-bremen.de) (134.102.224.3) by sources.redhat.com with SMTP; 30 Apr 2002 19:12:58 -0000 Received: from x10.informatik.uni-bremen.de (IDENT:60uEZ1dxhVj0QNMGFT9sSf1+xwjLMvdT@x10.informatik.uni-bremen.de [134.102.201.183]) by nmh.informatik.uni-bremen.de (8.10.1/8.10.1) with ESMTP id g3UJCv225944 for ; Tue, 30 Apr 2002 21:12:57 +0200 (MEST) Received: (from plasmahh@localhost) by x10.informatik.uni-bremen.de (8.11.6/8.8.7) id g3UJCvx21767; Tue, 30 Apr 2002 21:12:57 +0200 Message-Id:<200204301912.g3UJCvx21767@x10.informatik.uni-bremen.de> Date: Tue, 30 Apr 2002 12:16:00 -0000 From: plasmahh@tzi.de To: gcc-gnats@gcc.gnu.org X-Send-Pr-Version:3.113 Subject: c++/6518: ??? X-SW-Source: 2002-04/txt/msg01647.txt.bz2 List-Id: >Number: 6518 >Category: c++ >Synopsis: ??? >Confidential: no >Severity: serious >Priority: medium >Responsible: unassigned >State: open >Class: wrong-code >Submitter-Id: net >Arrival-Date: Tue Apr 30 12:16:01 PDT 2002 >Closed-Date: >Last-Modified: >Originator: >Release: 3.0.2 >Organization: >Environment: System: Linux x10 2.4.9-31 #1 Tue Feb 26 06:53:37 EST 2002 i686 unknown Architecture: i686 host: i686-pc-linux-gnu build: i686-pc-linux-gnu target: i686-pc-linux-gnu configured with: ../configure --enable-version-specific-runtime-libs --prefix=/usr/local --program-suffix=-3.0.2 >Description: the << operator will crash when passing a null pointer to it (2.95 does not) >How-To-Repeat: #include #include int main ( void ) { char * pt = NULL; cout << pt << endl; return 0; } >Fix: >Release-Note: >Audit-Trail: >Unformatted: