From mboxrd@z Thu Jan 1 00:00:00 1970 From: Dave Love To: egcs@cygnus.com Subject: Re: g77.f-torture/execute/alpha1.f is strange Date: Tue, 04 Nov 1997 15:02:00 -0000 Message-id: References: <19447.878583239@hurl.cygnus.com> X-SW-Source: 1997-11/msg00154.html >>>>> "Jeffrey" == Jeffrey A Law 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