This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: g77.f-torture/execute/alpha1.f is strange
- To: egcs at cygnus dot com
- Subject: Re: g77.f-torture/execute/alpha1.f is strange
- From: Dave Love <d dot love at dl dot ac dot uk>
- Date: 04 Nov 1997 23:02:38 +0000
- Organization: Daresbury Laboratory, Warrington WA4 4AD, UK
- References: <19447.878583239@hurl.cygnus.com>
>>>>> "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