class_66.f90: Fix a dg directive.

2019-01-21  Manfred Schwarb  <manfred99@gmx.ch>

	* class_66.f90: Fix a dg directive.
	* debug/pr35154-stabs.f: Likewise.
	* dec_d_lines_3.f: Likewise.
	* dec_d_lines_3.f: Likewise.
	* dec_structure_12.f90: Likewise.
	* dec_structure_15.f90: Likewise.
	* deferred_character_31.f90: Likewise.
	* dtio_31.f03: Likewise.
	* dtio_32.f03: Likewise.
	* extends_11.f03: Likewise.
	* integer_plus.f90: Likewise.
	* pdt_25.f03: Likewise.
	* pr58968.f: Likewise.
	* pr78259.f90: Likewise.
	* vect/vect-2.f90: Likewise.
	* matmul_const.f90: Likewise.

From-SVN: r268125
This commit is contained in:
Manfred Schwarb 2019-01-21 22:40:21 +01:00 committed by Dominique d'Humieres
parent 255b2d916e
commit 4d8516587a
16 changed files with 35 additions and 16 deletions

View File

@ -1,3 +1,22 @@
2019-01-21 Manfred Schwarbi <manfred99@gmx.ch>
* class_66.f90: Fix a dg directive.
* debug/pr35154-stabs.f: Likewise.
* dec_d_lines_3.f: Likewise.
* dec_d_lines_3.f: Likewise.
* dec_structure_12.f90: Likewise.
* dec_structure_15.f90: Likewise.
* deferred_character_31.f90: Likewise.
* dtio_31.f03: Likewise.
* dtio_32.f03: Likewise.
* extends_11.f03: Likewise.
* integer_plus.f90: Likewise.
* pdt_25.f03: Likewise.
* pr58968.f: Likewise.
* pr78259.f90: Likewise.
* vect/vect-2.f90: Likewise.
* matmul_const.f90: Likewise.
2019-01-21 Uroš Bizjak <ubizjak@gmail.com>
PR target/88938

View File

@ -1,4 +1,4 @@
! { dg-do "compile" }
! { dg-do compile }
! { dg-options "-fdec-structure" }
!
! Test a regression where multiple anonymous structures failed to

View File

@ -1,4 +1,4 @@
! { dg-do "compile" }
! { dg-do compile }
! { dg-options "" }
!
! PR fortran/77584

View File

@ -1,4 +1,4 @@
! { dg-do }
! { dg-do run }
!
! Test the fix for PR71880 in which the string length for 'p'
! was not set for the pointer assignment.

View File

@ -1,5 +1,5 @@
! { dg-do run }
! { dg-options="-w" }
! { dg-options "-w" }
! PR fortran/79383
! Contributed by Walt Brainerd <walt.brainerd at gmail dot com>
module dollar_mod

View File

@ -1,5 +1,5 @@
! { dg-do run }
! { dg-options="-w" }
! { dg-options "-w" }
! PR fortran/79383
! Contributed by Walt Brainerd <walt.brainerd at gmail dot com>
module dollar_mod

View File

@ -1,4 +1,4 @@
! { dg-run run )
! { dg-do run }
! PR83560 list-directed formatting of INTEGER is missing plus on output
! when output open with SIGN='PLUS'
character(64) :: astring

View File

@ -7,4 +7,4 @@ program main
write (unit=line,fmt='(9i3)') matmul(A,B)
if (line /= ' 5 7 9 5 7 9 5 7 9') STOP 1
end program main
! dg-final { scan-tree-dump-times "matmul_i4" 0 "original" } }
! { dg-final { scan-tree-dump-times "matmul_i4" 0 "original" } }

View File

@ -1,4 +1,4 @@
! { dg-do "compile" }
! { dg-do compile }
! { dg-options "-fdec-structure" }
!
! PR fortran/78259