Reducing fortran testcase with delta.

2009-10-30 Thread Li Feng
Hi, I have noticed this wiki:A_guide_to_testcase_reduction which tells how to reduce a c/c++ testcase with delta. That's a really good tool to do this reducing job. And for c/c++ the topformflat tool in the Delta distribution will puts syntactically related tokens on one line (because delta is

Re: Reducing fortran testcase with delta.

2009-10-30 Thread VandeVondele Joost
Hi Li, I've attached 'Fortran-aware' delta. I tries to guess cut a Fortran file in more reasonable places (e.g. between subroutine boundaries, after enddos). It works reasonably well, but is a hack. Especially with Fortran90 and modules, iterated delta runs can help a lot (i.e. first runs

Re: Reducing fortran testcase with delta.

2009-10-30 Thread Li Feng
Hi Joost, On Fri, Oct 30, 2009 at 4:41 PM, VandeVondele Joost vond...@pci.uzh.ch wrote: Hi Li, I've attached 'Fortran-aware' delta. I tries to guess cut a Fortran file in more reasonable places (e.g. between subroutine boundaries, after enddos). It works reasonably well, but is a hack. I

Re: Reducing fortran testcase with delta.

2009-10-30 Thread Andrew Pinski
Sent from my iPhone On Oct 30, 2009, at 1:08 AM, Li Feng nemoking...@gmail.com wrote: Hi, I have noticed this wiki:A_guide_to_testcase_reduction which tells how to reduce a c/c++ testcase with delta. That's a really good tool to do this reducing job. And for c/c++ the topformflat tool in