This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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


------- 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 using?  The above compiles
fine on amd64-*-freebsd.  

-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20956


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]