[Bug fortran/39266] Size of 'put' argument of 'random_seed' intrinsic at (1) too small in Debian 5.0 Sparc

2009-02-22 Thread kargl at gcc dot gnu dot org
--- Comment #4 from kargl at gcc dot gnu dot org 2009-02-22 16:53 --- (In reply to comment #3) > On Debian 5.0 they return: > > mrich...@msc3035298w:~$ gfortran duh.f90 > mrich...@msc3035298w:~$ ./a.out > 12 > mrich...@msc3035298w:~$ gfortran doh.f90 > mrich...@msc3035298w:~$ ./a.out >

[Bug fortran/39266] Size of 'put' argument of 'random_seed' intrinsic at (1) too small in Debian 5.0 Sparc

2009-02-22 Thread michael dot a dot richmond at nasa dot gov
--- Comment #3 from michael dot a dot richmond at nasa dot gov 2009-02-22 16:21 --- On Debian 5.0 they return: mrich...@msc3035298w:~$ gfortran duh.f90 mrich...@msc3035298w:~$ ./a.out 12 mrich...@msc3035298w:~$ gfortran doh.f90 mrich...@msc3035298w:~$ ./a.out 33 I overwrote Debian 4.0

[Bug fortran/39266] Size of 'put' argument of 'random_seed' intrinsic at (1) too small in Debian 5.0 Sparc

2009-02-22 Thread kargl at gcc dot gnu dot org
--- Comment #2 from kargl at gcc dot gnu dot org 2009-02-22 16:05 --- Please see the Standard's description of RANDOM_SEED. In particular, what does program duh integer how_many call random_seed(size=how_many) print '(I0)', how_many end program duh do on each system? More im

[Bug fortran/39266] Size of 'put' argument of 'random_seed' intrinsic at (1) too small in Debian 5.0 Sparc

2009-02-22 Thread steven at gcc dot gnu dot org
--- Comment #1 from steven at gcc dot gnu dot org 2009-02-22 14:32 --- If it works with one debian version, but not another, isn't it something you should report to debian as their problem, then? It is impossible to tell what is going on without knowing/understanding the difference betw