This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Test cases


Hi,

> How does it work? (Just the rough idea! I didn't find anything in the
> man page or the code itself.)
it tries to find the minimal source code that produces the same compiler
output as the original code (it adds #line statements while minimizing to
guarantee identical output). It first deletes single lines and then chunks
of code (two passes, both backwards). It should work fine with
gcc3.3/Linux.

Thomas



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]