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