We've just released a new version of C-Reduce, a program that takes a C
or C++ file that triggers a compiler bug and turns it into a much
smaller file that still triggers the bug.
Major improvements in this version:
- lots of new passes for reducing C++ code, with the result that reduced
files may be considerably smaller
- reduction can be speeded up using multiple cores
Please grab the new version from the C-Reduce web page (or directly from
Github):
http://embed.cs.utah.edu/creduce/
We very much appreciate the bug reports, suggests, pull requests, etc.
from people on the C-Reduce mailing list over the last year.
John