On Fri, Mar 2, 2012 at 3:05 PM, Jakub Jelinek <ja...@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.