Skip to content

Commit

Permalink
https://github.com/sdasgup3/binary-decompilation/issues/77
Browse files Browse the repository at this point in the history
  • Loading branch information
sdasgup3 committed Jul 1, 2018
1 parent 4965c7f commit 51980c6
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
10 changes: 1 addition & 9 deletions tests/gcc.c-torture/job_601_1465/bin_blacklist.txt
Original file line number Diff line number Diff line change
Expand Up @@ -536,6 +536,7 @@ bin/ipa-sra-2-0.asm //calloc
bin/pr41395-1-0.asm // malloc
bin/pr41395-2-0.asm //malloc
bin/pr42614-0.asm //malloc

bin/pr30185-0.asm //div
bin/pr69447-0.asm //div
bin/pr78791-0.asm //div
Expand All @@ -544,15 +545,6 @@ bin/pr71626-1-0.asm // fn ptr

bin/pr85095-0.asm // builins

bin/991216-2-0.asm // vaarg
bin/strct-varg-1-0.asm // vaarg
bin/va-arg-1-0.asm // vaarg
bin/va-arg-13-0.asm// vaarg
bin/va-arg-23-0.asm// vaarg
bin/va-arg-20-0.asm// vaarg
bin/va-arg-8-0.asm// vaarg
bin/strct-stdarg-1-0.asm// vaarg

bin/990117-1-0.asm // cvt
bin/ipa-sra-1-0.asm //cvt
bin/pr33870-0.asm //stosq
Expand Down
8 changes: 8 additions & 0 deletions tests/gcc.c-torture/job_601_1465/cmd_worklist.txt
Original file line number Diff line number Diff line change
Expand Up @@ -294,3 +294,11 @@ gcc -I src/library ./src/vrp-5.c -fno-diagnostics-show-caret -fdiagnostics-co
gcc -I src/library ./src/vrp-6.c -fno-diagnostics-show-caret -fdiagnostics-color=never -O0 -w -lm -march=haswell -fno-asynchronous-unwind-tables -S -o ./bin/vrp-6-0.asm
gcc -I src/library ./src/widechar-1.c -fno-diagnostics-show-caret -fdiagnostics-color=never -O0 -w -lm -march=haswell -fno-asynchronous-unwind-tables -S -o ./bin/widechar-1-0.asm
gcc -I src/library ./src/zerolen-2.c -fno-diagnostics-show-caret -fdiagnostics-color=never -O0 -w -lm -march=haswell -fno-asynchronous-unwind-tables -S -o ./bin/zerolen-2-0.asm
gcc -I src/library ./src/991216-2.c -fno-diagnostics-show-caret -fdiagnostics-color=never -O0 -w -lm -march=haswell -fno-asynchronous-unwind-tables -S -o ./bin/991216-2-0.asm
gcc -I src/library ./src/strct-varg-1.c -fno-diagnostics-show-caret -fdiagnostics-color=never -O0 -w -lm -march=haswell -fno-asynchronous-unwind-tables -S -o ./bin/strct-varg-1-0.asm
gcc -I src/library ./src/va-arg-1.c -fno-diagnostics-show-caret -fdiagnostics-color=never -O0 -w -lm -march=haswell -fno-asynchronous-unwind-tables -S -o ./bin/va-arg-1-0.asm
gcc -I src/library ./src/va-arg-13.c -fno-diagnostics-show-caret -fdiagnostics-color=never -O0 -w -lm -march=haswell -fno-asynchronous-unwind-tables -S -o ./bin/va-arg-13-0.asm
gcc -I src/library ./src/va-arg-23.c -fno-diagnostics-show-caret -fdiagnostics-color=never -O0 -w -lm -march=haswell -fno-asynchronous-unwind-tables -S -o ./bin/va-arg-23-0.asm
gcc -I src/library ./src/va-arg-20.c -fno-diagnostics-show-caret -fdiagnostics-color=never -O0 -w -lm -march=haswell -fno-asynchronous-unwind-tables -S -o ./bin/va-arg-20-0.asm
gcc -I src/library ./src/va-arg-8.c -fno-diagnostics-show-caret -fdiagnostics-color=never -O0 -fgnu89-inline -lm -march=haswell -fno-asynchronous-unwind-tables -S -o ./bin/va-arg-8-0.asm
gcc -I src/library ./src/strct-stdarg-1.c -fno-diagnostics-show-caret -fdiagnostics-color=never -O0 -w -lm -march=haswell -fno-asynchronous-unwind-tables -S -o ./bin/strct-stdarg-1-0.asm

0 comments on commit 51980c6

Please sign in to comment.