re PR fortran/84313 ([F08] reject procedure pointers in COMMON blocks)
PR fortran/84313 * testsuite/libgomp.fortran/threadprivate4.f90: Add -std=f2003 -fall-intrinsics into dg-additional-options. From-SVN: r257654
This commit is contained in:
parent
a005570e2c
commit
d1fe612461
2 changed files with 7 additions and 0 deletions
|
@ -1,3 +1,9 @@
|
|||
2018-02-14 Jakub Jelinek <jakub@redhat.com>
|
||||
|
||||
PR fortran/84313
|
||||
* testsuite/libgomp.fortran/threadprivate4.f90: Add
|
||||
-std=f2003 -fall-intrinsics into dg-additional-options.
|
||||
|
||||
2018-02-08 Martin Jambor <mjambor@suse.cz>
|
||||
|
||||
* testsuite/libgomp.hsa.c/pr82416.c: Make the function with target
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
! { dg-do run }
|
||||
! { dg-additional-options "-std=f2003 -fall-intrinsics" }
|
||||
! { dg-require-effective-target tls_runtime }
|
||||
|
||||
module threadprivate4
|
||||
|
|
Loading…
Add table
Reference in a new issue