------- 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

Reply via email to