Re: gcc version 2.95.3-5: assert() does not work as expected

2002-01-10 Thread Christopher Faylor
On Wed, Jan 09, 2002 at 12:17:52PM +0100, Torrisi Fabio wrote: >Dear maintainers, > >Please consider the following bug: > >Problem: >assert does not work as written in the manual > >symptom: >If I register a signal handler for SIGABRT it does not get called by assert Yes, that was definitely a pr

gcc version 2.95.3-5: assert() does not work as expected

2002-01-09 Thread Torrisi Fabio
Dear maintainers, Please consider the following bug: Problem: assert does not work as written in the manual symptom: If I register a signal handler for SIGABRT it does not get called by assert As the man pages claim: assert(3) When expression evaluates to false (zero), assert calls