[Bug libfortran/23889] non intuitive behaviour of gfortran

2005-09-17 Thread fxcoudert at gcc dot gnu dot org
--- Additional Comments From fxcoudert at gcc dot gnu dot org 2005-09-17 18:23 --- Summary of compilers behaviour on that one: + Absoft, Portland, MIPS-Pro, NEC SX and IBM exhibit behaviour similar to gfortran (generating same RN sequences) + Sun, Intel, g95 generate different RN

[Bug libfortran/23889] non intuitive behaviour of gfortran

2005-09-16 Thread kargl at gcc dot gnu dot org
--- Additional Comments From kargl at gcc dot gnu dot org 2005-09-16 16:09 --- Switch Severity to enhanacement (although I disagree the basic premise). -- What|Removed |Added

[Bug libfortran/23889] non intuitive behaviour of gfortran

2005-09-14 Thread pinskia at gcc dot gnu dot org
-- What|Removed |Added Component|fortran |libfortran http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23889

[Bug libfortran/23889] non intuitive behaviour of gfortran

2005-09-14 Thread kargl at gcc dot gnu dot org
--- Additional Comments From kargl at gcc dot gnu dot org 2005-09-15 00:15 --- (In reply to comment #0) consider the following program program random implicit none real :: x call random_seed(); call random_number(x); write(*,*) x end program random When I run this

[Bug libfortran/23889] non intuitive behaviour of gfortran

2005-09-14 Thread kamaraju at gmail dot com
--- Additional Comments From kamaraju at gmail dot com 2005-09-15 02:11 --- Subject: Re: non intuitive behaviour of gfortran On 15 Sep 2005 00:15:27 -, kargl at gcc dot gnu dot org [EMAIL PROTECTED] wrote: --- Additional Comments From kargl at gcc dot gnu dot org

[Bug libfortran/23889] non intuitive behaviour of gfortran

2005-09-14 Thread sgk at troutmask dot apl dot washington dot edu
--- Additional Comments From sgk at troutmask dot apl dot washington dot edu 2005-09-15 03:43 --- (In reply to comment #2) I agree that the current gfortran's behaviour is standard conforming. Enough said. But it is counter intuitive. It is counter intuitive to you