creduce
Test-Case Reduction for C Compiler Bugs
Install
- All systems
-
curl cmd.cat/creduce.sh
- Debian
-
apt-get install creduce
- Ubuntu
-
apt-get install creduce
- Kali Linux
-
apt-get install creduce
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install creduce
- OS X
-
brew install creduce
- Raspbian
-
apt-get install creduce
- Dockerfile
- dockerfile.run/creduce
creduce
Test-Case Reduction for C Compiler Bugs
C-Reduce is a tool which 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.