g77.f-torture/execute/alpha1.f is strange
Dave Love
d.love@dl.ac.uk
Tue Nov 4 15:02:00 GMT 1997
>>>>> "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
More information about the Gcc
mailing list