This is the mail archive of the gcc@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: g77.f-torture/execute/alpha1.f is strange


>>>>> "Jeffrey" == Jeffrey A Law <law@cygnus.com> writes:

 >> Hmmm, since the compiler aborted, I think the orifinal test should
 >> be copied
 Jeffrey> It could be, but I'm not planning on it.

It sounds as though the test is then useless, though I can't prove my
suspicion about what the bug was.  FWIW, I got the original alpha-test
report from 1996-12-01 (thanks, nemo).

--------------

Well, I have a new one and I'll repeat the last one...
both these code segments compile fine under g77 linux, but
cause Internal compiler errors on the Alpha.

[...]
=================================================
      REAL*8 A,B,C
      REAL*4 RARRAY(19)/19*(-1)/
      INTEGER BOTTOM,RIGHT
      INTEGER IARRAY(19)/0,0,0,0,0,0,0,0,0,0,0,0,13,14,0,0,0,0,0/
      EQUIVALENCE (RARRAY(13),BOTTOM),(RARRAY(14),RIGHT)
C
      IF(I.NE.0) STOP
C gcc: Internal compiler error: program f771 got fatal signal 11
C  at this point!
      END


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