home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 14 Text / 14-Text.zip / C6_BUGS.ZIP / C6_20093.BUG < prev    next >
Text File  |  1990-09-11  |  1KB  |  31 lines

  1. Q65301 C1001: Internal Compiler Error: '@(#)regMD.c:1.100', Line 929
  2. Microsoft C Compiler (C)
  3. 6.00   | 6.00
  4. MS-DOS | OS/2
  5.  
  6. Summary:
  7.  
  8. In certain instances the compiler will generate the following
  9. internal compiler error:
  10.  
  11.    fatal compiler error C1001: Internal Compiler Error
  12.    (compiler file '@(#)regMD.c:1.100' line 929)
  13.    Contact Microsoft Product Support Services
  14.  
  15. In cases where this error is generated, there are several ways to work
  16. around the problem. Compiling with the /Od option is one way to
  17. correct the error, but it may not be needed. You may also want to try
  18. other optimizations and if you find the one that causes the error, use
  19. the optimize pragma to remove that optimization from the function in
  20. question. Other workarounds include breaking-up the code into smaller
  21. modules and/or simplifying the expression that the failure occurs on.
  22.  
  23. Microsoft has confirmed this to be a problem in C version 6.00. We are
  24. researching this problem and will post new information here as it
  25. becomes available.
  26.  
  27. Keywords:  buglist6.00
  28.  
  29. COPYRIGHT Microsoft Corporation, 1990.
  30. Updated  90/09/01 08:26
  31.