Reducing fortran testcase with delta.
Andrew Pinski
pinskia@gmail.com
Sat Oct 31 00:13:00 GMT 2009
Sent from my iPhone
On Oct 30, 2009, at 1:08 AM, Li Feng <nemokingdom@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 the Delta distribution will puts syntactically
> related tokens on one line (because delta is line granularity), is
> there
> the same thing for preprocessing the fortran code?
Not really but fortran is normally already line based so running delta
on it just works. Just remember to delete *.mod between each run.
>
> Thanks,
> Li
More information about the Gcc
mailing list