Opened 10 years ago

Closed 10 years ago

Last modified 9 years ago

#39 closed defect (fixed)

Compilation error in distributed software (MCR10028)

Reported by: canthony Owned by: Eric Swenson
Priority: major Milestone: MR12.6f
Component: General Version: MR12.6e
Keywords: Cc:

Description

ac x <bound_basic_.s.archive
r 10:14 0.318 74

ls

Segments = 7, Lengths = 68.

rew 7 basic_system.pl1
rew 4 basic_resequence_.pl1
rew 4 basic_next_line.alm
rew 5 basic_data.alm
rew 44 basic_.pl1
rew 3 basic.pl1
r w 1 PNOTICE_basic.alm
r 10:14 0.095 0

pl1 ([segs *.pl1]) -ot -list
PL/1 33e
ERROR 159, SEVERITY 2 IN STATEMENT 2 ON LINE 650
The character whose bit representation is "000001101"b is not permitted except
in character strings and comments, and has been ignored.
SOURCE: end basic_system;
PL/1 33e
PL/1 33e

Change History (5)

comment:1 by Eric Swenson, 10 years ago

That is due to a \015 character at the end of the file. I suspect this happened as a result of transferring the basic_system_.s.archive from the ACTC tape (MIT_1) to Multics.

If you remove the \015, the file compiles cleanly. I'll create an MCR to fix this.

comment:2 by Eric Swenson, 10 years ago

It looks like there are two other segments (archives) that have \015 characters outside strings in PL/1 code. Both of these also fail to compile:

bound_cobol_rts_.s.archive::process_cobol_report.pl1

bound_g115_.s.archive::g115_protocol_.pl1

comment:3 by Eric Swenson, 10 years ago

comment:4 by Eric Swenson, 10 years ago

Milestone: MR12.6f
Resolution: fixed
Status: newclosed

comment:5 by Eric Swenson, 9 years ago

Summary: Compilation error in distributed softwareCompilation error in distributed software (MCR10028)
Note: See TracTickets for help on using tickets.