ID: Q77323
5.00 5.10 | 5.00 5.10
MS-DOS | OS/2
The information in this article applies to:
Compiling a program that contains the $LARGE metacommand in addition to several array declarations causes the compile to generate the following error message:
F1001: Internal Compiler Error
(compiler file '@(#)omf.c"1.60', line185)
Contact Microsoft Technical Support
Removing the $LARGE metacommand and compiling with the /AH option instead will remove this error message.
Microsoft has confirmed this to be a problem in the products listed above.
This is not an issue in FORTRAN PowerStation, since LARGE is not supported.
The following code can be used to reproduce the problem:
$large
dimension x(1000), Y(1000),SIG(1000),A(20),LISTA(20),COVAR(10,10)
dimension ALPHA(10,10),XX(1000),YY(1000),z(15000),dyda(7),yf(1000)
dimension aold(7),xy(201),xcoeff(3)
CHARACTER*18 NAME(10)
END
subroutine Fitter()
write(iscreen,'(a)') lab
end
Additional reference words: 5.00 5.10
KBCategory:
KBSubcategory: FLIss
Keywords : kberrmsg kbLangFortran
Version : 5.00 5.10 | 5.00 5.10
Platform : MS-DOS OS/2
Last Reviewed: May 23, 1998