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]

fno-emulate-complex problem (g77)


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


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