*** Bugs in AMOSL 1.3 -- Submitted 29-Jan-87 by Brad Horine (tdf/am) *** (1) Program: PRINT.LIT Version: 3.1(106) Hash: 374-130-526-203 Monitor: AMOSL 1.3(123)-2 Severity: Problem / Serious When specifying both a printername and the /QUERY switch, PRINT will ignore the /QUERY switch is it comes BEFORE the printername. Examples: .PRINT/QUERY WRITER= *.BAS will NOT prompt the user with each filename, whereas .PRINT WRITER= *.BAS/QUERY will perform as expected. ====================================================================== (2) Program: COMPIL.LIT Version: 1.3(196) Hash: 322-064-513-701 Monitor: AMOLS 1.3(123)-2 Severity: Problem / Serious Related Program Program: RUN.LIT Version: 1.3(196)-2 Hash: 302-120-265-574 When compiling programs using the /M switch to check for unmapped variables, the compiler will generate the following message during Phase 2 if unmapped variables are found: Internal Stack Error (xxx, yyy) - Please submit an SPR Example: .COMPIL TEST/M Phase 1 - Initial work memory is 3076 bytes ?Unmapped variable - A = A + 1 Phase 2 - Adjust object file and process errors Internal Stack Error (406, 0) - Please submit an SPR Compilation stops immediately after this message and returns to monitor level (the "dot.") .