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

Unified Diff: gcc/gcc/testsuite/gfortran.dg/fmt_cache_1.f

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/fgetc_2.f90 ('k') | gcc/gcc/testsuite/gfortran.dg/fmt_error_2.f90 » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gcc/gcc/testsuite/gfortran.dg/fmt_cache_1.f
diff --git a/gcc/gcc/testsuite/gfortran.dg/fmt_cache_1.f b/gcc/gcc/testsuite/gfortran.dg/fmt_cache_1.f
index 825b44c11a724f63554734d130899e979c4b14b7..41de3f0d705c903827ebfd2a2c38d2d2ce197575 100644
--- a/gcc/gcc/testsuite/gfortran.dg/fmt_cache_1.f
+++ b/gcc/gcc/testsuite/gfortran.dg/fmt_cache_1.f
@@ -1,11 +1,11 @@
-! { dg-do run { target fd_truncate } }
+! { dg-do run }
! pr40662 segfaults when specific format is invoked twice.
! pr40330 incorrect io.
! test case derived from pr40662, <jvdelisle@gcc.gnu.org>
program astap
character(40) teststring
arlxca = 0.0
- open(10)
+ open(10, status="scratch")
write(10,40) arlxca
write(10,40) arlxca
40 format(t4,"arlxca = ",1pg13.6,t27,"arlxcc = ",g13.6,t53,
« no previous file with comments | « gcc/gcc/testsuite/gfortran.dg/fgetc_2.f90 ('k') | gcc/gcc/testsuite/gfortran.dg/fmt_error_2.f90 » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698