From: law Date: Tue, 4 Nov 1997 23:21:27 +0000 (+0000) Subject: Move test from execute to compile. X-Git-Url: http://git.sourceforge.jp/view?a=commitdiff_plain;h=ec601588b9031063ee04532361342e388a841bea;p=pf3gnuchains%2Fgcc-fork.git Move test from execute to compile. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@16321 138bc75d-0d04-0410-961f-82ee72b054a4 --- 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 9fd464ecb4a..7cda74ebd45 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!