From: Jeff Law Date: Mon, 3 Nov 1997 06:11:33 +0000 (-0700) Subject: Initialize I. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=0ae231b2281a84173bb75c5d8649f788511733dc;p=gcc.git Initialize I. From-SVN: r16293 --- diff --git a/gcc/testsuite/g77.f-torture/execute/alpha1.f b/gcc/testsuite/g77.f-torture/execute/alpha1.f index 7cda74ebd45..9fd464ecb4a 100644 --- a/gcc/testsuite/g77.f-torture/execute/alpha1.f +++ b/gcc/testsuite/g77.f-torture/execute/alpha1.f @@ -4,6 +4,7 @@ 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 + I = 0 IF(I.NE.0) call exit(1) C gcc: Internal compiler error: program f771 got fatal signal 11 C at this point!