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



Tobias Burnus <burnus at gcc dot gnu.org> changed:



           What    |Removed                     |Added

----------------------------------------------------------------------------

           Keywords|                            |ice-on-valid-code

                 CC|                            |burnus at gcc dot gnu.org



--- Comment #5 from Tobias Burnus <burnus at gcc dot gnu.org> 2013-03-21 
16:19:56 UTC ---

The following gives an ICE:



call foo()

call foo("abc")

contains

subroutine foo(str)

character(len=3), value, optional :: str

if (present(str)) print *, str

end subroutine foo

end

Reply via email to