This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/15537] GCC 3.4.0 release (vanilla, no patches applied) miscompiles splay library
- From: "pinskia at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 19 May 2004 12:15:01 -0000
- Subject: [Bug c++/15537] GCC 3.4.0 release (vanilla, no patches applied) miscompiles splay library
- References: <20040519051158.15537.t.artem@mailcity.com>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- 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