Re: HEADS UP: OpenSSL problems after GCC 4.2 upgrade

2007-05-20 Thread Steve Kargl
On Sun, May 20, 2007 at 05:03:57PM +0200, Dag-Erling Sm??rgrav wrote: > Alexander Kabaev <[EMAIL PROTECTED]> writes: > > there were several reports of OpenSSL being broken when compiled with > > GCC 4.2. It turns out OpenSSL uses function casting feature that was > > aggressively de-supported by GC

Re: HEADS UP: OpenSSL problems after GCC 4.2 upgrade

2007-05-20 Thread Joerg Sonnenberger
On Sun, May 20, 2007 at 05:03:57PM +0200, Dag-Erling Smørgrav wrote: > Alexander Kabaev <[EMAIL PROTECTED]> writes: > > there were several reports of OpenSSL being broken when compiled with > > GCC 4.2. It turns out OpenSSL uses function casting feature that was > > aggressively de-supported by GCC

Re: HEADS UP: OpenSSL problems after GCC 4.2 upgrade

2007-05-20 Thread Dag-Erling Smørgrav
Alexander Kabaev <[EMAIL PROTECTED]> writes: > there were several reports of OpenSSL being broken when compiled with > GCC 4.2. It turns out OpenSSL uses function casting feature that was > aggressively de-supported by GCC 4.2 and GCC goes as far as inserting > invalid instructions ON PURPOSE to di

HEADS UP: OpenSSL problems after GCC 4.2 upgrade

2007-05-19 Thread Alexander Kabaev
Hi all, there were several reports of OpenSSL being broken when compiled with GCC 4.2. It turns out OpenSSL uses function casting feature that was aggressively de-supported by GCC 4.2 and GCC goes as far as inserting invalid instructions ON PURPOSE to discourage the practice. Consequently, OpenSS