Closed
Bug 233810
Opened 21 years ago
Closed 21 years ago
investigate compiler option to make HP aCC compiler do correct for loop scoping
Categories
(SeaMonkey :: Build Config, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: dbaron, Assigned: dbaron)
Details
(Whiteboard: [patch])
Attachments
(1 file, 1 obsolete file)
1016 bytes,
patch
|
bryner
:
review+
|
Details | Diff | Splinter Review |
According to
http://h21007.www2.hp.com/dspp/ml/showArchiveMessage/1,,24!98!02!0103,00.html ,
the compiler option "-Wc,-ansi_for_scope,on" will fix for-loop scoping on HP-UX.
Along with bug 233809 for Windows, this might allow us to drop support for
old-style for-loop scoping.
Assignee | ||
Updated•21 years ago
|
Summary: investigate compiler option to make HP-UX compiler do correct for loop scoping → investigate compiler option to make HP aCC compiler do correct for loop scoping
Assignee | ||
Comment 1•21 years ago
|
||
Assignee | ||
Updated•21 years ago
|
Whiteboard: [patch]
Assignee | ||
Comment 2•21 years ago
|
||
Comment on attachment 141137 [details] [diff] [review]
possible patch
I want to try this and see what the HP tinderboxes think.
Attachment #141137 -
Flags: review?(bryner)
Assignee | ||
Comment 3•21 years ago
|
||
Er, that's what I get for not noticing a !.
Assignee | ||
Updated•21 years ago
|
Attachment #141137 -
Attachment is obsolete: true
Assignee | ||
Updated•21 years ago
|
Attachment #141138 -
Flags: review?(bryner)
Assignee | ||
Updated•21 years ago
|
Attachment #141137 -
Flags: review?(bryner)
Updated•21 years ago
|
Attachment #141138 -
Flags: review?(bryner) → review+
Assignee | ||
Comment 4•21 years ago
|
||
I landed this on 2004-02-21.
Status: NEW → RESOLVED
Closed: 21 years ago
Resolution: --- → FIXED
Updated•20 years ago
|
Product: Browser → Seamonkey
You need to log in
before you can comment on or make changes to this bug.
Description
•