--- Comment #3 from jvdelisle at gcc dot gnu dot org 2008-02-24 18:05
---
If you do decide to give gfortran a try from the binary you download at the
link given in comment #1, please let us know how it works for you.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=35348
--- Comment #2 from kargl at gcc dot gnu dot org 2008-02-24 17:42 ---
FX is correct with respect to assignment of a complex expression
to a real variable. See page 141 of the F2003 standard especially
table 7.9.
real x
complex :: z = (1,-1)
x = z
end
The 'x = z' is treated as if you
--- Comment #1 from fxcoudert at gcc dot gnu dot org 2008-02-24 12:22
---
g77 is not supported any more; starting with GCC 4.0.0, it was replaced by
gfortran. Cygwin doesn't yet offer gfortran, so you'll have to ask them to do
so and/or download unofficial binaries from
http://gcc.gnu.o