http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59484
--- Comment #3 from Reinhold Straub ---
(In reply to Steve Kargl from comment #2)
There is obviously no bug :-)
Sorry for the noise.
And thanks for your very helpful comments!
ormal
Priority: P3
Component: fortran
Assignee: unassigned at gcc dot gnu.org
Reporter: demarchie at web dot de
Please compile:
program test
implicit none
character(len=11) :: cmdmsg,str
integer :: exitstat,cmdstat,status,length
logical :: wait
wait =
: fortran
Assignee: unassigned at gcc dot gnu.org
Reporter: demarchie at web dot de
I receive an ICE when compiling this source code with 4.8.1 and 4.8.2:
module mymod
implicit none
integer, parameter :: k = selected_real_kind(1,1) ! no bug with k = 4
type t
integer