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]

compilig bug


Dear Sirs, I received the following message at the end of compiling:
---------------------------------------------------------------------------
crypto/md5.cpp:35:   instantiated from here
crypto/iterhash.cpp:44: warning: choosing `SecBlock<long unsigned int>::operator word32 *()' over `SecBlock<long unsigned int>::operator const word32 *() const'crypto/iterhash.cpp:44: warning:   for conversion from `SecBlock<long unsigned int>' to `const word32 *'
crypto/iterhash.cpp:44: warning:   because conversion sequence for the argument
is better
crypto/iterhash.cpp:65: warning: choosing `SecBlock<long unsigned int>::operator word32 *()' over `SecBlock<long unsigned int>::operator const word32 *() const'crypto/iterhash.cpp:65: warning:   for conversion from `SecBlock<long unsigned int>' to `const word32 *'
crypto/iterhash.cpp:65: warning:   because conversion sequence for the argument
is better
crypto/iterhash.cpp: At top level:
crypto/iterhash.cpp: In instantiation of `IteratedHash<long unsigned int>::Init()':
crypto/md5.cpp:35:   instantiated from here
crypto/iterhash.cpp:97: Internal compiler error.
crypto/iterhash.cpp:97: Please submit a full bug report.
crypto/iterhash.cpp:97: See <URL:http://www.gnu.org/software/gcc/bugs.html> for
instructions.
make: *** [crypto/md5.o] Error 1
elfiz2:/usr/src/sftpd-1.40#
-------------------------------------------------------------------------------
ii  gcc            2.95.2-12      The GNU C compiler.
Debian potato system on 686 processor
	entered on ttyp:
export PLATFORM=linux
cd /usr/src/sftpd-1.40
make
-----------------------------------------------------------------------------
I tried compiling the secure ftp program developped at the Berkeley
University: http://www.cs.berkeley.edu/~smcpeak/SafeTP

Regards, János Zana, Budapest

Key fingerprint = C4 F1 E6 BD BD 77 D8 C4  22 54 B6 1E E5 53 FF A8
- - -   Good rest to all that keeps the Jungle Law!  (Kipling)  - - -


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