BUG: Profiler Line Timings on Wrong Line with /4Yb

ID: Q77570

5.10 | 5.10 MS-DOS | OS/2 kbtool kbbuglist ---------------------------------------------------------------------- The information in this article applies to: - Microsoft FORTRAN for MS-DOS, version 5.1 - Microsoft FORTRAN for OS/2, version 5.1 ---------------------------------------------------------------------- SYMPTOMS ======== Line Timings may be associated with the incorrect line numbers if the compilation options include the /4Yb option. RESOLUTION ========== Removing the /4Yb option from the compile line will remove this error. Option /4Yb should not be used during compilation if you will be profiling. STATUS ====== Microsoft has confirmed this to be a problem in FORTRAN version 5.1. We are researching this problem and will post new information here in the Microsoft Knowledge Base as it becomes available. MORE INFORMATION ================ The following code when compiled with /4Yb, will generate line timings associated with incorrect line numbers under the profiler: Sample code =========== FUNCTION SSS(S) c sss=sqrt(s) c return end Additional reference words: 5.10 KBCategory: kbtool kbbuglist KBSubcategory: FLIss

Keywords          : 
Version           : 
Platform          : 
Issue type        : 

Last Reviewed: July 7, 1995