Merge to HEAD at tree-cleanup-merge-20041024 .
[official-gcc.git] / gcc / testsuite / g77.f-torture / compile / 980310-6.f
blobfd91500eea8d671f0548de406e2461bae3bf0be0
1 C From: Norbert Conrad <Norbert.Conrad@hrz.uni-giessen.de>
2 C Message-Id: <199711131008.LAA12272@marvin.hrz.uni-giessen.de>
3 C Subject: 971105 g77 bug
4 C To: egcs-bugs@cygnus.com
5 C Date: Thu, 13 Nov 1997 11:08:19 +0100 (CET)
7 C I found a bug in g77 in snapshot 971105
9 subroutine ai (a)
10 dimension a(-1:*)
11 return
12 end
13 C ai.f: In subroutine `ai':
14 C ai.f:1:
15 C subroutine ai (a)
16 C ^
17 C Array `a' at (^) is too large to handle
19 C This happens whenever the lower index boundary is negative and the upper index
20 C boundary is '*'.