This is the mail archive of the fortran@gcc.gnu.org mailing list for the GNU Fortran 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: [PATCH, PR16464] testsuite: account for fortran loop-constructs


On Fri, Mar 2, 2012 at 3:05 PM, Jakub Jelinek <jakub@redhat.com> wrote:
> On Fri, Mar 02, 2012 at 03:01:31PM +0100, Bernhard Reutner-Fischer wrote:
>> PR testsuite/16464 notes that some g77/*.f that contain loops were not
>> compiled with loop flags.
>> Compiling only testcases with loop optimization that contain
>> "endfor/enddo" will lead to ~25% fewer tests (some 30000 instead of
>> previously 40000).
>>
>> Testing in progess, ok if this completes successfully?
>
> There are tons of other loop constructs in Fortran, so I don't think this is
> a good idea.

Indeed.  The focus on -O2 testing seems odd to me though, as well as
doing -g only at -O3.  But well ...

Richard.


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