PING: [patch, fortran] PR 27997: Implement F2003-style array constructor with typespec

Jerry DeLisle jvdelisle@verizon.net
Sat Apr 26 17:37:00 GMT 2008


Daniel Kraft wrote:
> Hi FX,
> 
> here's a new version of my patch with (some of) your comments addressed;
> I'll comment what I changed below.
> 
> I apologize for some of my prior comments, I did misunderstand some of
> your points.
> 
> BTW, is it generally ok to have as many testcases as possible, or is
> there some "upper limit" on the number you think reasonable for one
> special feature?  And BTW, is there a way to make dejagnu run single
> tests so I can test my dejagnu-testcase without having to do a full
> check-gfortran?
> 
make -k check-fortran RUNTESTFLGS=dg.exp=name_of_test.f90
or
make -k check-fortran RUNTESTFLGS=dg.exp=name*

for a group of like named tests. ie wildcard

Jerry



More information about the Fortran mailing list