Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(45)

Unified Diff: gcc/gcc/testsuite/gfortran.dg/namelist_use.f90

Issue 3050029: [gcc] GCC 4.5.0=>4.5.1 (Closed) Base URL: ssh://git@gitrw.chromium.org:9222/nacl-toolchain.git
Patch Set: Created 10 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « gcc/gcc/testsuite/gfortran.dg/namelist_54.f90 ('k') | gcc/gcc/testsuite/gfortran.dg/nan_1.f90 » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gcc/gcc/testsuite/gfortran.dg/namelist_use.f90
diff --git a/gcc/gcc/testsuite/gfortran.dg/namelist_use.f90 b/gcc/gcc/testsuite/gfortran.dg/namelist_use.f90
index ab8468626498e5885ffd82dad3b665afdb1fc5ae..d550e00aa6d403c6431613dafc1e3d362a18f03a 100644
--- a/gcc/gcc/testsuite/gfortran.dg/namelist_use.f90
+++ b/gcc/gcc/testsuite/gfortran.dg/namelist_use.f90
@@ -1,4 +1,4 @@
-! { dg-do run { target fd_truncate } }
+! { dg-do run }
! This tests the fix for PR22010, where namelists were not being written to
! and read back from modules. It has two namelists: one that is USE
! associated and another that is concatenated by USE and host association.
@@ -6,7 +6,7 @@
! Contributed by Paul Thomas pault@gcc.gnu.org
!
module global
- character*4 :: aa
+ character(4) :: aa
integer :: ii
real :: rr
namelist /nml1/ aa, ii, rr
« no previous file with comments | « gcc/gcc/testsuite/gfortran.dg/namelist_54.f90 ('k') | gcc/gcc/testsuite/gfortran.dg/nan_1.f90 » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698