From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 13759 invoked by alias); 19 May 2004 12:15:02 -0000 Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org Received: (qmail 13736 invoked by uid 48); 19 May 2004 12:15:01 -0000 Date: Thu, 20 May 2004 01:11:00 -0000 Message-ID: <20040519121501.13735.qmail@sourceware.org> From: "pinskia at gcc dot gnu dot org" To: gcc-bugs@gcc.gnu.org In-Reply-To: <20040519051158.15537.t.artem@mailcity.com> References: <20040519051158.15537.t.artem@mailcity.com> Reply-To: gcc-bugzilla@gcc.gnu.org Subject: [Bug c++/15537] GCC 3.4.0 release (vanilla, no patches applied) miscompiles splay library X-Bugzilla-Reason: CC X-SW-Source: 2004-05/txt/msg02120.txt.bz2 List-Id: ------- Additional Comments From pinskia at gcc dot gnu dot org 2004-05-19 12:14 ------- Can you provide the preprocessed source code which can be compiled, the 3.3.3 preprocessed source code gives errors when compiling with 3.3.3: pr15537.33.cc:114: error: redeclaration of C++ built-in type `wchar_t' pr15537.33.cc: In member function `int MpegAudioHeader::getChannelbitrate()': pr15537.33.cc:1789: error: `cout' undeclared (first use this function) pr15537.33.cc:1789: error: (Each undeclared identifier is reported only once for each function it appears in.) pr15537.33.cc:1789: error: `endl' undeclared (first use this function) pr15537.33.cc: In constructor `MpegAudioStream::MpegAudioStream()': pr15537.33.cc:2203: error: invalid conversion from `void*' to `char*' The 3.4.0 one does with 3.4.0 also: mpegAudioInfo.cpp: In member function `void MpegAudioInfo::print(const char*)': mpegAudioInfo.cpp:222: error: `cout' undeclared (first use this function) mpegAudioInfo.cpp:222: error: `endl' undeclared (first use this function) mpegAudioInfo.cpp: In member function `int MpegAudioInfo::getFrame(MpegAudioFrame*)': mpegAudioInfo.cpp:256: error: `cout' undeclared (first use this function) mpegAudioInfo.cpp:256: error: `endl' undeclared (first use this function) -- What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |WAITING http://gcc.gnu.org/bugzilla/show_bug.cgi?id=15537