Hello,

the gfortran.dg/scratch_1.f90 fails on SPU because the library allocates
data structures that exceed the available local store size of 256KB.

Like already done in similar cases, the patch below skips the test
on the spu-*-* platform.

Tested on spu-elf, committed to mainline.

Bye,
Ulrich


ChangeLog:

        * gfortran.dg/scratch_1.f90: Skip on spu-*-*.

Index: gcc/testsuite/gfortran.dg/scratch_1.f90
===================================================================
*** gcc/testsuite/gfortran.dg/scratch_1.f90     (revision 177409)
--- gcc/testsuite/gfortran.dg/scratch_1.f90     (working copy)
***************
*** 1,4 ****
--- 1,5 ----
  ! { dg-do run }
+ ! { dg-skip-if "Too big for local store" { spu-*-* } { "*" } { "" } }
  ! Check that we can open more than 26 scratch files concurrently
    integer :: i
    do i = 1, 30
-- 
  Dr. Ulrich Weigand
  GNU Toolchain for Linux on System z and Cell BE
  ulrich.weig...@de.ibm.com

Reply via email to