From: Jeff Law Date: Tue, 4 Nov 1997 23:20:23 +0000 (-0700) Subject: Move test from execute to compile. X-Git-Tag: releases/egcs-1.0.0~163 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d9af52b46d3535f455ed3b67cb6f0e9fdaa5051a;p=thirdparty%2Fgcc.git Move test from execute to compile. From-SVN: r16320 --- diff --git a/gcc/testsuite/g77.f-torture/compile/alpha1.f b/gcc/testsuite/g77.f-torture/compile/alpha1.f new file mode 100644 index 000000000000..7cda74ebd45f --- /dev/null +++ b/gcc/testsuite/g77.f-torture/compile/alpha1.f @@ -0,0 +1,10 @@ + 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) call exit(1) +C gcc: Internal compiler error: program f771 got fatal signal 11 +C at this point! + END diff --git a/gcc/testsuite/g77.f-torture/execute/alpha1.f b/gcc/testsuite/g77.f-torture/execute/alpha1.f deleted file mode 100644 index 550c328e7cd5..000000000000 --- a/gcc/testsuite/g77.f-torture/execute/alpha1.f +++ /dev/null @@ -1 +0,0 @@ - I = 0