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]

Re: fno-emulate-complex problem (g77)


martin.kahlert@provi.de wrote:

> C     Hi, this produces an ICE:
> C     try g77 -fno-emulate-complex -c t.f
> C     g77 is from egcs-19990124 on alphaev56-unknown-linux-gnu
> C
> C     Bye,
> C     Martin.

>       complex x(2),y(2),a
>       integer i

>       do i = 1, 2
>         y(i) = y(i) + a*x(i)
>       enddo
>       end

Thanks, but this is a Well-Known Bug; in fact, it is the reason g77
defaults to -femulate-complex.

f771 dies in gen_lowpart, no ?  See if it works if you replace COMPLEX
by DOUBLE COMPLEX ...

[ Look Ma, no hands ! ]

-- 
Toon Moene (toon@moene.indiv.nluug.nl)
Saturnushof 14, 3738 XG  Maartensdijk, The Netherlands
Phone: +31 346 214290; Fax: +31 346 214286
g77 Support: fortran@gnu.org; egcs: egcs-bugs@cygnus.com


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