005-08-12 Thomas Koenig <Thomas.Koenig@online.de>

* gfortran.fortran-torture/execute/character_passing.f90:
        Fix comment typo.

From-SVN: r103042
This commit is contained in:
Thomas Koenig 2005-08-12 19:42:12 +00:00 committed by Thomas Koenig
parent 6a134f1c7a
commit a0b6babc1b
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2005-08-12 Thomas Koenig <Thomas.Koenig@online.de>
* gfortran.fortran-torture/execute/character_passing.f90:
Fix comment typo.
2005-08-12 Giovanni Bajo <giovannibajo@libero.it>
PR c++/8271

View File

@ -1,6 +1,6 @@
! PR middle-end/20030
! we were messing up the access in LSAME for
! the character agruments.
! the character arguments.
program foo
character*1 a1, a2, b
logical LSAME, x