Commit 52be7f11 by Jeff Law

Move test from execute to compile.

From-SVN: r16321
parent 73774bc7
...@@ -4,7 +4,6 @@ ...@@ -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/ 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) EQUIVALENCE (RARRAY(13),BOTTOM),(RARRAY(14),RIGHT)
C C
I = 0
IF(I.NE.0) call exit(1) IF(I.NE.0) call exit(1)
C gcc: Internal compiler error: program f771 got fatal signal 11 C gcc: Internal compiler error: program f771 got fatal signal 11
C at this point! C at this point!
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment