mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-04-21 05:10:25 +08:00
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:
parent
f6abf004d1
commit
a1e9a5516e
@ -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
|
||||
|
@ -1,4 +1,4 @@
|
||||
! {dg-do compile }
|
||||
! { dg-do compile }
|
||||
!
|
||||
! PR fortran/33412
|
||||
!
|
||||
|
@ -1,4 +1,4 @@
|
||||
! { dg-do run}
|
||||
! { dg-do run }
|
||||
!
|
||||
! PR fortran/37400
|
||||
!
|
||||
|
@ -1,4 +1,4 @@
|
||||
! { 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
|
||||
|
@ -1,4 +1,4 @@
|
||||
! { dg-do compile}
|
||||
! { dg-do compile }
|
||||
|
||||
! PR fortran/37429
|
||||
! Checks for assignments from type-bound functions.
|
||||
|
@ -1,4 +1,4 @@
|
||||
! { dg-do compile}
|
||||
! { dg-do compile }
|
||||
|
||||
! PR fortran/37429
|
||||
! This used to ICE, check that is fixed.
|
||||
|
Loading…
x
Reference in New Issue
Block a user