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

Unified Diff: gcc/gcc/testsuite/gfortran.fortran-torture/execute/intrinsic_trim.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.fortran-torture/ChangeLog.g95 ('k') | gcc/gcc/testsuite/gnat.dg/aliasing1.adb » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gcc/gcc/testsuite/gfortran.fortran-torture/execute/intrinsic_trim.f90
diff --git a/gcc/gcc/testsuite/gfortran.fortran-torture/execute/intrinsic_trim.f90 b/gcc/gcc/testsuite/gfortran.fortran-torture/execute/intrinsic_trim.f90
index 90e4131685accd20250280e0732e053e4368ca15..d57610cca5214637e2a8b8d6b16b49df218f0e59 100644
--- a/gcc/gcc/testsuite/gfortran.fortran-torture/execute/intrinsic_trim.f90
+++ b/gcc/gcc/testsuite/gfortran.fortran-torture/execute/intrinsic_trim.f90
@@ -3,7 +3,7 @@ program intrinsic_trim
character(len=8) a
character(len=4) b,work
a='1234 '
- b=work(9,a)
+ b=work(8,a)
if (llt(b,"1234")) call abort()
a=' '
b=trim(a)
« no previous file with comments | « gcc/gcc/testsuite/gfortran.fortran-torture/ChangeLog.g95 ('k') | gcc/gcc/testsuite/gnat.dg/aliasing1.adb » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698