mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-21 19:42:24 +01:00
17fb7a7a9c
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
10 lines
431 B
Text
10 lines
431 B
Text
C-Reduce is a tool that takes a large C or C++ program that has a
|
|
property of interest (such as triggering a compiler bug) and
|
|
automatically produces a much smaller C/C++ program that has the same
|
|
property. It is intended for use by people who discover and report bugs
|
|
in compilers and other tools that process C/C++ code.
|
|
|
|
A sample run would look like:
|
|
|
|
$ creduce --n $(nproc) --timing build_and_verify.sh test.i
|
|
$ creduce --help
|