pointer_init_10.f90: Require visibility support.
* gfortran.dg/pointer_init_10.f90: Require visibility support. * gfortran.dg/temporary_3.f90: Likewise. From-SVN: r269744
This commit is contained in:
parent
3147bc6ccc
commit
d09f61a9a6
@ -1,4 +1,7 @@
|
||||
2019-03-17 John David Anglin <danglin@gcc.gnu.org>
|
||||
2013-03-17 John David Anglin <danglin@gcc.gnu.org>
|
||||
|
||||
* gfortran.dg/pointer_init_10.f90: Require visibility support.
|
||||
* gfortran.dg/temporary_3.f90: Likewise.
|
||||
|
||||
* gcc.dg/pr88074.c: Require c99_runtime.
|
||||
* gcc.dg/warn-abs-1.c: Likewise.
|
||||
|
@ -1,4 +1,5 @@
|
||||
! { dg-do run }
|
||||
! { dg-require-visibility "" }
|
||||
!
|
||||
! PR 84504: [F08] procedure pointer variables cannot be initialized with functions returning pointers
|
||||
!
|
||||
|
@ -1,4 +1,5 @@
|
||||
! { dg-do run }
|
||||
! { dg-require-visibility "" }
|
||||
!
|
||||
! Tests the fix for PR68846 in which compiler generated temporaries were
|
||||
! receiving the attributes of dummy arguments. This test is the original.
|
||||
|
Loading…
x
Reference in New Issue
Block a user