Commit e51c47fb by David Edelsohn Committed by David Edelsohn

re PR fortran/21730 ([4.0 only] Character length incorrect.)

        PR fortran/21730
        * gfortran.dg/pr21730.f: New test.

From-SVN: r102105
parent 7e2eba4b
2005-07-16 David Edelsohn <edelsohn@gnu.org>
PR fortran/21730
* gfortran.dg/pr21730.f: New test.
2005-07-16 Joseph S. Myers <joseph@codesourcery.com>
PR c/22421
......
! PR fortran/21730
! {do-do run}
character*2 a
character*4 b
character*6 c
parameter (a="12")
parameter (b = a)
write (c,'("#",A,"#")') b
if (c .ne. '#12 #') call abort
end
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment