mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-26 00:55:14 +00:00
587b3893ec
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. Reviewed by: mva, swills Tested by: swills
6 lines
324 B
Plaintext
6 lines
324 B
Plaintext
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.
|