OSDN Git Service

2004-10-02 Frank Ch. Eigler <fche@redhat.com>
authorfche <fche@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 2 Oct 2004 23:12:49 +0000 (23:12 +0000)
committerfche <fche@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 2 Oct 2004 23:12:49 +0000 (23:12 +0000)
commit5df46b5217b39abadd8d1dbacdb13482bbe57d30
tree34af220a8005039a10395e1129f99324b64ce2ae
parent5a6aa39e1b2f6146fd133d6b851a920a74804959
2004-10-02  Frank Ch. Eigler  <fche@redhat.com>

* tree-mudflap.c (mf_build_check_statement_for): Reorganize to
take check-base and -limit arguments.
(mf_xform_derefs_1): Reorganize slightly to pass proper base/limit
check ranges for ARRAY_REF and COMPONENT_REF.
(execute_mudflap_fnction_ops, ..._decls): Limit unnecessary
instrumentation.

2004-10-02  Frank Ch. Eigler  <fche@redhat.com>

* testsuite/libmudflap.c/pass50-frag.c, fail33-frag.c, fail34-frag.c:
New tests for proper base/limit checking for aggregates.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@88432 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/tree-mudflap.c
libmudflap/ChangeLog
libmudflap/testsuite/libmudflap.c/fail33-frag.c [new file with mode: 0644]
libmudflap/testsuite/libmudflap.c/fail34-frag.c [new file with mode: 0644]
libmudflap/testsuite/libmudflap.c/pass50-frag.c [new file with mode: 0644]