mirror of git://gcc.gnu.org/git/gcc.git
assumed_dummy_1.f90: Fix dg directive.
2007-05-10 Dominique d'Humieres <dominiq@lps.ens.fr> * assumed_dummy_1.f90: Fix dg directive. * char_initialiser_actual.f90: Likewise. * nested_modules_2.f90: Likewise. * shift-alloc.f90: Likewise. From-SVN: r124598
This commit is contained in:
parent
40790141b7
commit
8b42b2fb96
|
|
@ -1,3 +1,10 @@
|
|||
2007-05-10 Dominique d'Humières <dominiq@lps.ens.fr>
|
||||
|
||||
* assumed_dummy_1.f90: Fix dg directive.
|
||||
* char_initialiser_actual.f90: Likewise.
|
||||
* nested_modules_2.f90: Likewise.
|
||||
* shift-alloc.f90: Likewise.
|
||||
|
||||
2007-05-10 Andreas Krebbel <krebbel1@de.ibm.com>
|
||||
|
||||
* gcc.dg/20070507-1.c: Disable for non-pic targets.
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
! { dg do-run}
|
||||
! { dg-do run}
|
||||
! Tests the fix for PRs 19358, 19477, 21211 and 21622.
|
||||
!
|
||||
! Note that this tests only the valid cases with explicit interfaces.
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
! { dg do-run }
|
||||
! { dg-do run }
|
||||
! Tests passing of character array initialiser as actual argument.
|
||||
! Fixes PR18109.
|
||||
! Contributed by Paul Thomas pault@gcc.gnu.org
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
! { dg do-run }
|
||||
! { dg-do run }
|
||||
! This tests the patch for PR16861.
|
||||
!
|
||||
! Contributed by Paul Thomas <pault@gcc.gnu.org>
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
! { dg do-run }
|
||||
! { dg-do run }
|
||||
! PR 22144: eoshift1, eoshift3 and cshift1 used to lack memory
|
||||
! allocation, which caused the writes to segfault.
|
||||
program main
|
||||
|
|
|
|||
Loading…
Reference in New Issue