This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug fortran/33881] [4.3 Regression] incorrect code for optional assumed length character arrays ?



------- Comment #9 from fxcoudert at gcc dot gnu dot org  2007-10-26 22:40 -------
And the smaller testcase with invalid dump:

  subroutine create_watch_ss (name,l)
    character(len=*) :: name
    logical l
    if (l) then
      call create_watch_actual([name])
    else
      call create_watch_actual([name])
    end if
  end


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=33881


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]