]> git.ipfire.org Git - thirdparty/valgrind.git/commit
According to Julian initialising the previously uninitialised variable
authorFlorian Krohm <florian@eich-krohm.de>
Tue, 24 Jun 2014 15:33:53 +0000 (15:33 +0000)
committerFlorian Krohm <florian@eich-krohm.de>
Tue, 24 Jun 2014 15:33:53 +0000 (15:33 +0000)
commit5061fe24ec5cc0651010fb71aa3396c946caaac1
treeedcf238c97e9639a46d9eed1b96b5dc0154f6e85
parentd7cccf3f9fbdf854548881d3194a20e016efc782
According to Julian initialising the previously uninitialised variable
won't affect the test adversely -- so let's do this and get rid of
the special compilation again. Also guard against future compiler smartness
tricking the compiler into believing the variable is actually used.
So the loop won't get optimised away.

git-svn-id: svn://svn.valgrind.org/valgrind/trunk@14094
memcheck/tests/Makefile.am
memcheck/tests/pdb-realloc.c