Please close PR c++/2234

Peter Schmid schmid@snake.iap.physik.tu-darmstadt.de
Fri Jun 8 10:42:00 GMT 2001


Please close PR c++/2234. This problem has been fixed by the recent
patch by Mark Mitchell. 

Thank you very much for fixing this problem. Debugging is now a lot
easier, since the file name and the line number of the warning message
are correct.

PR c++/2234

g++ -v -c tm5.ii -W -Wall
Reading specs from /usr/local/lib/gcc-lib/i686-pc-linux-gnu/3.0/specs
Configured with: ../gcc/configure --enable-shared --disable-nls --enable-threads=posix --enable-long-long --enable-languages=c,c++,f77,objc
Thread model: posix
gcc version 3.0 20010608 (prerelease)
 /usr/local/lib/gcc-lib/i686-pc-linux-gnu/3.0/cc1plus -fpreprocessed tm5.ii -quiet -dumpbase tm5.ii -W -Wall -version -o /tmp/ccIjBazJ.s
GNU CPP version 3.0 20010608 (prerelease) (cpplib) (i386 Linux/ELF)
GNU C++ version 3.0 20010608 (prerelease) (i686-pc-linux-gnu)
	compiled by GNU C version 3.0 20010608 (prerelease).
tm5.C: In function `std::basic_istream<_CharT, _Traits>& 
   std::operator>>(std::basic_istream<_CharT, _Traits>&, 
   std::basic_string<_CharT, _Traits, _Alloc>&) [with _CharT = char, _Traits = 
   std::char_traits<char>, _Alloc = std::allocator<char>]':
tm5.C:86:   instantiated from here
tm5.C:56: warning: comparison between signed and unsigned integer expressions
 /usr/local/lib/gcc-lib/i686-pc-linux-gnu/3.0/../../../../i686-pc-linux-gnu/bin/as --traditional-format -V -Qy -o tm5.o /tmp/ccIjBazJ.s
GNU assembler version 2.11.90.0.4 (i686-pc-linux-gnu) using BFD version 2.11.90.0.4

Hope this helps,

Peter Schmid



More information about the Gcc-bugs mailing list