home *** CD-ROM | disk | FTP | other *** search
- Q32284 Internal Compiler Error: Grammar.c 1.29, line 108
- C Compiler
- 5.10
- MS-DOS
-
- Summary:
- The program source code below produces the following error when
- compiled with the default options:
-
- fatal error C1001: Internal Compiler Error
- (compiler file '@(#)grammar.c:1.29', line 108)
- Contact Microsoft Technical Support
-
- The following is the program source code that produces the error:
-
- #include <stdio.h>
-
- int fctn(int val)
- {
- return (val);
- }
-
- (*fns[])() = {fctn};
-
- void main()
- {
- printf("%i\n", (*fns[0])(1.0));
- }
-
- Microsoft has confirmed this to be a problem in Version 5.10.
- You can work around this problem by calling the function with an
- integer constant 1 instead of 1.0. We are researching this problem and
- will post new information as it becomes available.
-
- Keywords: buglist5.10 qfbv
- Updated 88/07/21 03:19
-