implicit_12.f90: Add space around dg directive.

2009-01-06  Dominique Dhumieres  <dominiq@lps.ens.fr>

	* gfortran.dg/implicit_12.f90: Add space around dg directive.
	* gfortran.dg/typebound_call_8.f03: Same.
	* gfortran.dg/elemental_bind_c.f90: Same.
	* gfortran.dg/typebound_call_7.f03: Same.
	* gfortran.dg/interface_proc_end.f90: Same
	* gfortran.dg/pr37243.f: Fix typo.

From-SVN: r143124
This commit is contained in:
Dominique d'Humieres 2009-01-06 16:42:16 +00:00 committed by Mikael Morin
parent f6abf004d1
commit a1e9a5516e
7 changed files with 15 additions and 6 deletions

View File

@ -1,3 +1,12 @@
2009-01-06 Dominique Dhumieres <dominiq@lps.ens.fr>
* gfortran.dg/implicit_12.f90: Add space around dg directive.
* gfortran.dg/typebound_call_8.f03: Same.
* gfortran.dg/elemental_bind_c.f90: Same.
* gfortran.dg/typebound_call_7.f03: Same.
* gfortran.dg/interface_proc_end.f90: Same
* gfortran.dg/pr37243.f: Fix typo.
2009-01-06 Uros Bizjak <ubizjak@gmail.com>
* gcc.dg/struct-ret-3.c (CHUNK_SIZE): New define. Use CHUNK_SIZE

View File

@ -1,4 +1,4 @@
! {dg-do compile }
! { dg-do compile }
!
! PR fortran/33412
!

View File

@ -1,4 +1,4 @@
! { dg-do run}
! { dg-do run }
!
! PR fortran/37400
!

View File

@ -1,4 +1,4 @@
! { dg-do compile}
! { dg-do compile }
!
! PR fortran/34763
! Before, gfortran did not allow for the "END" in

View File

@ -35,7 +35,7 @@
IF (J .GT. N) GO TO 320
DO 240 K = 1,N
240 V(K,I) = ZERO
CALL DAXPY(N,DUM,V(1,II),1,V(1,I),1)
CALL DAXPY(N,DUM,V(1,I),1,V(1,I),1)
260 CONTINUE
DUMI = ZERO
DO 280 K = 1,N

View File

@ -1,4 +1,4 @@
! { dg-do compile}
! { dg-do compile }
! PR fortran/37429
! Checks for assignments from type-bound functions.

View File

@ -1,4 +1,4 @@
! { dg-do compile}
! { dg-do compile }
! PR fortran/37429
! This used to ICE, check that is fixed.