From: Jeff Law Date: Tue, 4 Nov 1997 23:21:27 +0000 (-0700) Subject: Move test from execute to compile. X-Git-Tag: releases/libf2c-0.5.21~644 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=52be7f110c09407aab78a15d36f8f11e101699c5;p=thirdparty%2Fgcc.git Move test from execute to compile. From-SVN: r16321 --- diff --git a/gcc/testsuite/g77.f-torture/execute/alpha1.f b/gcc/testsuite/g77.f-torture/compile/alpha1.f similarity index 96% rename from gcc/testsuite/g77.f-torture/execute/alpha1.f rename to gcc/testsuite/g77.f-torture/compile/alpha1.f index 9fd464ecb4ad..7cda74ebd45f 100644 --- a/gcc/testsuite/g77.f-torture/execute/alpha1.f +++ b/gcc/testsuite/g77.f-torture/compile/alpha1.f @@ -4,7 +4,6 @@ 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!