This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Libmudflap-failures-gcc4.1.2
- From: fche at redhat dot com (Frank Ch. Eigler)
- To: "mal reddy y" <malreddy dot y at gmail dot com>
- Cc: gcc-help at gcc dot gnu dot org, gcc at gcc dot gnu dot org
- Date: Wed, 19 Nov 2008 15:36:54 -0500
- Subject: Re: Libmudflap-failures-gcc4.1.2
- References: <f0b553ca0811190136k16c210a5o3b73962603be538c@mail.gmail.com>
"mal reddy y" <malreddy.y@gmail.com> writes:
> I am getting libmudflap crash test failures like this,
> any help will be appreciated.
> [...]
> FAIL: libmudflap.c/fail1-frag.c crash test
> FAIL: libmudflap.c/fail10-frag.c crash test
> FAIL: libmudflap.c/fail11-frag.c crash test
> [...]
All these tests are designed to cause mudflap to detect a pointer
dereference error, and generate an abort(). So for some reason that's
not happening. Maybe testsuite/libmudflap.log will have more
information.
- FChE