[Bug fortran/20956] gfortran - internal compiler error with -fdefault-real-8

2005-04-12 Thread dir at lanl dot gov
--- Additional Comments From dir at lanl dot gov 2005-04-12 13:57 --- Subject: Re: gfortran - internal compiler error with -fdefault-real-8 Macintosh 10.3.8 > --- Additional Comments From kargl at gcc dot gnu dot org 2005-04-12 > 00:04 --- > (In reply to comment #0)

[Bug fortran/20956] gfortran - internal compiler error with -fdefault-real-8

2005-04-11 Thread kargl at gcc dot gnu dot org
--- Additional Comments From kargl at gcc dot gnu dot org 2005-04-12 00:15 --- > > powerpc-apple-darwin7.8.0 > Must be target specific troutmask:kargl[204] cat ki.f subroutine prncp3 common /concrt/ sigma(6) equivalence (sigma(1),p1) sigma(1)=sin(phi + 2.*pi/3

[Bug fortran/20956] gfortran - internal compiler error with -fdefault-real-8

2005-04-11 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-04-12 00:11 --- (In reply to comment #2) > Dale, what OS are you using? The above compiles > fine on amd64-*-freebsd. powerpc-apple-darwin7.8.0 Also make sure that you are using -fdefault-real-8, I could confirm it on

[Bug fortran/20956] gfortran - internal compiler error with -fdefault-real-8

2005-04-11 Thread kargl at gcc dot gnu dot org
--- Additional Comments From kargl at gcc dot gnu dot org 2005-04-12 00:04 --- (In reply to comment #0) > subroutine prncp3 > common /concrt/ sigma(6) > equivalence (sigma(1),p1) > sigma(1)=sin(phi + 2.*pi/3.d0) > return > end Dale, what OS are you us

[Bug fortran/20956] gfortran - internal compiler error with -fdefault-real-8

2005-04-11 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-04-11 21:01 --- *** This bug has been marked as a duplicate of 20120 *** -- What|Removed |Added