This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug c++/15537] GCC 3.4.0 release (vanilla, no patches applied) miscompiles splay library


------- 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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]