Closed
Bug 199366
Opened 23 years ago
Closed 23 years ago
OpenVMS compiler craps out on "readonly" label
Categories
(Core :: JavaScript Engine, defect)
Tracking
()
VERIFIED
FIXED
People
(Reporter: colin, Assigned: colin)
Details
Attachments
(1 file)
|
903 bytes,
patch
|
asa
:
approval1.4a+
|
Details | Diff | Splinter Review |
OpenVMS doesn't like something to be named "readonly". Its a reserved word in
the OpenVMS compiler. Yeah, I know, it shouldn't be, and I've complained, but it
still ain't fixed.
Recent checkin introduced a label named "readonly". Fix is to rename it to
"read_only". Patch coming.
| Assignee | ||
Comment 1•23 years ago
|
||
| Assignee | ||
Comment 2•23 years ago
|
||
Asking for blocking1.4a status as this breaks the OpenVMS build.
Roger, can you give me an r= and suggest appropriate sr= (Brendan?).
Assignee: rogerl → colin
Flags: blocking1.4a?
Comment 3•23 years ago
|
||
js/src doesn't require sr=. I will fix this today -- no-brainer.
Colin, is readonly reserved in OpenVMS's C++ compiler, too?
/be
Status: NEW → RESOLVED
Closed: 23 years ago
Flags: blocking1.3?
Resolution: --- → FIXED
Updated•23 years ago
|
Attachment #118584 -
Flags: approval1.4a?
Comment 4•23 years ago
|
||
Oops, a little fast on the draw there.
/be
Status: RESOLVED → REOPENED
Resolution: FIXED → ---
| Assignee | ||
Comment 5•23 years ago
|
||
> js/src doesn't require sr=. I will fix this today -- no-brainer.
Thanks Brendan.
> Colin, is readonly reserved in OpenVMS's C++ compiler, too?
Nope. The C++ compiler is happy with readonly as a label.
| Assignee | ||
Comment 6•23 years ago
|
||
Almost three years to the day since this one first bit me :-)
http://www.geocrawler.com/mail/msg.php3?msg_id=3531296&list=137
Comment 7•23 years ago
|
||
Fixed.
/be
Status: REOPENED → RESOLVED
Closed: 23 years ago → 23 years ago
Resolution: --- → FIXED
Updated•23 years ago
|
Flags: blocking1.4a?
Updated•23 years ago
|
Attachment #118584 -
Flags: approval1.4a? → approval1.4a+
Updated•23 years ago
|
Flags: blocking1.3?
Updated•20 years ago
|
Flags: testcase-
You need to log in
before you can comment on or make changes to this bug.
Description
•