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: Reducing fortran testcase with delta.




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


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