diff options
author | bstarynk <bstarynk@138bc75d-0d04-0410-961f-82ee72b054a4> | 2009-01-21 18:18:52 +0000 |
---|---|---|
committer | bstarynk <bstarynk@138bc75d-0d04-0410-961f-82ee72b054a4> | 2009-01-21 18:18:52 +0000 |
commit | fb01523df3d05efe45df14bbc79881baf0d041d2 (patch) | |
tree | a4b8449e349cfd55686663c34eb51b747cc1a22b /gcc/testsuite/gfortran.dg/char_cast_1.f90 | |
parent | 1d2c8bb01eea3eaba001f9a8942576cc8431c1da (diff) | |
download | gcc-fb01523df3d05efe45df14bbc79881baf0d041d2.tar.gz |
2009-01-21 Basile Starynkevitch <basile@starynkevitch.net>
MELT branch merged with trunk r143546
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/branches/melt-branch@143548 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/testsuite/gfortran.dg/char_cast_1.f90')
-rw-r--r-- | gcc/testsuite/gfortran.dg/char_cast_1.f90 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gcc/testsuite/gfortran.dg/char_cast_1.f90 b/gcc/testsuite/gfortran.dg/char_cast_1.f90 index 270f7b95d8f..2eca9cfdaad 100644 --- a/gcc/testsuite/gfortran.dg/char_cast_1.f90 +++ b/gcc/testsuite/gfortran.dg/char_cast_1.f90 @@ -25,7 +25,7 @@ return end function Upper end -! The sign that all is well is that [S.5][1] appears twice. -! Platform dependent variations are [S$5][1], [__S_5][1], [S___5][1] -! { dg-final { scan-tree-dump-times "5\\\]\\\[1\\\]" 2 "original" } } +! The sign that all is well is that [S.6][1] appears twice. +! Platform dependent variations are [S$6][1], [__S_6][1], [S___6][1] +! { dg-final { scan-tree-dump-times "6\\\]\\\[1\\\]" 2 "original" } } ! { dg-final { cleanup-tree-dump "original" } } |