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]

g77 segfault with ss-19990920


HI,
egcs-19990920 produces segfault on Linux AXP (Alpha) with 
g77 -c dxpy.f
and this dxpy.f:

      SUBROUTINE DAXPY(N,ALPHA,X,S1,Y,S2)
      IMPLICIT NONE
      INTEGER*4 N,I,S1,S2
      REAL*8 ALPHA,X(N),Y(N)

      DO I=1, N
         Y(I)=Y(I)+ALPHA*X(I)
      ENDDO
      RETURN
      END

Bye,
Martin.

PS: It seems to prode Segfaults with nearly every program more
    complicate then hello world.


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