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: Testcase minimization with Delta


Daniel Berlin <dberlin@dberlin.org> writes:

> On Sat, 16 Nov 2002, Daniel Berlin wrote:
>> 
>> You didn't run topformflat on the program, did you?
> topformflat, in case you didn't notice, will flatten the program to 
> whatever level (IE it makes it so line breaks are only allowed at certain 
> level.  Thus, flattening to level 0 will make each function a single 
> line.).

Yes, I used topformflat -- that's how I got it from 32,000 to 5,000
lines.  Unfortunately the -level switch refused to do anything, so it
was not possible to get finer grain that way.  I suspect it would have
worked better if it had.

zw


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