mirror of
https://github.com/gcc-mirror/gcc.git
synced 2026-05-06 14:59:39 +02:00
re PR libgomp/91473 (Test case libgomp.fortran/appendix-a/a.28.5.f90 is invalid)
2019-08-17 Thomas Koenig <tkoenig@gcc.gnu.org> PR fortran/91473 * testsuite/libgomp.fortran/appendix-a/a.28.5.f90: Add -std=legacy so invalid code in the test case is accepted. From-SVN: r274602
This commit is contained in:
@@ -1,3 +1,9 @@
|
||||
2019-08-17 Thomas Koenig <tkoenig@gcc.gnu.org>
|
||||
|
||||
PR fortran/91473
|
||||
* testsuite/libgomp.fortran/appendix-a/a.28.5.f90: Add
|
||||
-std=legacy so invalid code in the test case is accepted.
|
||||
|
||||
2019-08-12 Thomas Koenig <tkoenig@gcc.gnu.org>
|
||||
|
||||
PR fortran/91422
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
! { dg-do compile }
|
||||
! { dg-options "-w" }
|
||||
! { dg-options "-w -std=legacy" }
|
||||
!
|
||||
! "-w" added as libgomp/testsuite seemingly cannot parse with
|
||||
! dg-warning Fortran's output. Fortran warns for "call sub1(a)"
|
||||
|
||||
Reference in New Issue
Block a user