File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed
regression/memory-analyzer Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 11add_test_pl_tests(
22 "../chain.sh \
3- $<TARGET_FILE:memory-analyzer>" )
3+ $<TARGET_FILE:memory-analyzer> \
4+ ../../../build/bin/goto-gcc" )
Original file line number Diff line number Diff line change 11default : clean tests.log
22
3- GOTO_GCC_EXE =../../../src/goto-cc/goto-gcc
43MEMORY_ANALYZER_EXE =../../../src/memory-analyzer/memory-analyzer
4+ GOTO_GCC_EXE =../../../src/goto-cc/goto-gcc
55
66clean :
77 find -name ' *.exe' -execdir $(RM ) ' {}' \;
Original file line number Diff line number Diff line change 22
33set -e
44
5- # goto_gcc=" ../../../ build/bin/goto-gcc"
5+ # goto_gcc=../../build/bin/goto-gcc
66memory_analyzer=$1
77goto_gcc=$2
88name=${*: $# }
Original file line number Diff line number Diff line change 22main.exe
33--breakpoint checkpoint --symbols p
44struct S tmp;
5- tmp = \{ \.next=\(\(struct S \*\)(NULL|0)\) \};
6- p = &tmp;
7- p->next = &tmp;
5+ tmp = \{ \.next=\(\(struct S \*\)0\) \};
6+ p = \&tmp;
87^EXIT=0$
98^SIGNAL=0$
You can’t perform that action at this time.
0 commit comments