How to Install creduce in Ubuntu 18.04



Install creduce by entering the following commands in the terminal:

sudo apt update
sudo apt install creduce

Description:

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.

Homepage: http://embed.cs.utah.edu/creduce/

Version: 2.8.0~20180422-1

Section: universe/devel