[Bug fortran/59484] execute_command_line doesn't play with environment variables

2013-12-13 Thread demarchie at web dot de
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!

[Bug fortran/59484] New: execute_command_line doesn't play with environment variables

2013-12-12 Thread demarchie at web dot de
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 =

[Bug fortran/59395] New: internal compiler error (memory access error)

2013-12-05 Thread demarchie at web dot de
: 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