Commit a1e9a551 by Dominique d'Humieres Committed by Mikael Morin

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
parent f6abf004
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
......
! {dg-do compile }
! { dg-do compile }
!
! PR fortran/33412
!
......
! { dg-do run}
! { dg-do run }
!
! PR fortran/37400
!
......
! { dg-do compile}
! { dg-do compile }
!
! PR fortran/34763
! Before, gfortran did not allow for the "END" in
......
......@@ -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
......
! { dg-do compile}
! { dg-do compile }
! PR fortran/37429
! Checks for assignments from type-bound functions.
......
! { dg-do compile}
! { dg-do compile }
! PR fortran/37429
! This used to ICE, check that is fixed.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment