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: Polyhedron Benchmark Tests - TEST_FPU.F90


On Fri, Mar 04, 2005 at 02:55:36PM +0100, THOMAS Paul Richard wrote:
> I just compiled a version of the above (http://www.polyhedron.co.uk/), after
> eliminating code that exposed two bugs:
> 
> (A) This causes a segmentation fault before execution starts
> REAL(RK8) :: pool(101,101,1000), pool3(1001,1001) ! random numbers to invert
> EQUIVALENCE (pool,pool3)               ! use same pool numbers for test 3,4
> 

May be related to PR 17917


> whilst:
> imax = MAXLOC(ABS( (/ (b(j+i-1,i),i=1,n-j+1) /) ))
> produces
> TEST_FPU.f90:165: fatal error: gfc_todo: Not Implemented: Unable to find
> scalarization loop specifier

PR 12840.

-- 
Steve


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