2175df996b
2016-02-16 Tom de Vries <tom@codesourcery.com> PR lto/67709 * omp-low.c (simd_clone_create): Remove call to symtab->call_cgraph_insertion_hooks. * testsuite/libgomp.fortran/declare-simd-4.f90: New test. From-SVN: r233447
8 lines
312 B
Fortran
8 lines
312 B
Fortran
! { dg-do run { target { vect_simd_clones && lto } } }
|
|
! { dg-options "-fno-inline -flto -fno-use-linker-plugin" }
|
|
! { dg-additional-sources declare-simd-3.f90 }
|
|
! { dg-additional-options "-msse2" { target sse2_runtime } }
|
|
! { dg-additional-options "-mavx" { target avx_runtime } }
|
|
|
|
include 'declare-simd-2.f90'
|