[Bug libmudflap/19319] Mudflap produce many violations on simple, correct c++ program

2007-06-10 Thread awl03 at doc dot ic dot ac dot uk
--- 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

[Bug libmudflap/19319] Mudflap produce many violations on simple, correct c++ program

2007-06-10 Thread awl03 at doc dot ic dot ac dot uk
--- 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

[Bug libmudflap/19319] Mudflap produce many violations on simple, correct c++ program

2007-07-12 Thread awl03 at doc dot ic dot ac dot uk
--- 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