Disable strassen.f90 test for aarch64 tiny memory.
This test case is too large to fit into the aarch64 tiny memory model. From-SVN: r200521
This commit is contained in:
parent
da4f13a4f9
commit
946c8f7bff
@ -1,3 +1,8 @@
|
||||
2013-06-28 Marcus Shawcroft <marcus.shawcroft@arm.com>
|
||||
|
||||
* testsuite/libgomp.fortran/strassen.f90:
|
||||
Add dg-skip-if aarch64_tiny.
|
||||
|
||||
2013-06-20 Iain Sandoe <iain@codesourcery.com>
|
||||
Cesar Philippidis <cesar@codesourcery.com>
|
||||
|
||||
|
@ -1,4 +1,5 @@
|
||||
! { dg-options "-O2" }
|
||||
! { dg-skip-if "AArch64 tiny code model does not support programs larger than 1MiB" {aarch64_tiny} {"*"} {""} }
|
||||
|
||||
program strassen_matmul
|
||||
use omp_lib
|
||||
|
Loading…
Reference in New Issue
Block a user