--- Comment #27 from awl03 at doc dot ic dot ac dot uk 2007-06-10 19:32
---
I have been writing my own bounds-checker based on Mudflap. While doing so I
had to tackle this same problem. My flatmate and I tracked it down to the fact
that, although function parameters and variables are
--- Comment #28 from awl03 at doc dot ic dot ac dot uk 2007-06-10 19:35
---
Created an attachment (id=13673)
--> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=13673&action=view)
Patch for tree-mudflap.c
This is the patch mentioned in my explanation. It is against the 4.1.1
--- Comment #30 from awl03 at doc dot ic dot ac dot uk 2007-07-12 23:58
---
> This patch applies fine to CVS head, but it does not appear to help
> significantly with the C++ test cases like the ones in the test suite.
If I run the pass58-frag.cxx test case without the pa