Closed
Bug 287197
Opened 20 years ago
Closed 20 years ago
comment formatting of os_Linux_ia64.s doesn't work with gcc 3.3.x
Categories
(NSPR :: NSPR, defect, P1)
Tracking
(Not tracked)
RESOLVED
FIXED
4.6
People
(Reporter: wolfiR, Assigned: wtc)
Details
Attachments
(1 file)
|
5.59 KB,
patch
|
Details | Diff | Splinter Review |
User-Agent: Mozilla/5.0 (X11; U; Linux i686 (x86_64); en-US; rv:1.8b2) Gecko/20050308 Build Identifier: Mozilla/5.0 (X11; U; Linux i686 (x86_64); en-US; rv:1.8b2) Gecko/20050308 comments in os_Linux_ia64.s were changed a few weeks ago. The change breaks builds on gcc 3.3.x. Is the change needed for gcc 4? Reproducible: Always Steps to Reproduce: . Actual Results: os_Linux_ia64.s:41: Error: junk at end of line, first unrecognized character is `/'
| Assignee | ||
Comment 1•20 years ago
|
||
Sorry, that was unintentional and had nothing to do with gcc 4. I was trying to make os_Linux_ia64.s look similar to os_Linux_x86.s. This means comments must begin with double slash (//) for ia64 must may begin with a single slash (/) for x86. This difference is strange.
Severity: normal → critical
Status: NEW → ASSIGNED
Priority: -- → P1
Target Milestone: --- → 4.6
Version: other → 4.6
| Assignee | ||
Comment 2•20 years ago
|
||
This patch changes / back to //. Could you please test this patch?
| Reporter | ||
Comment 3•20 years ago
|
||
now it build again on IA64. IMHO you can check it in. Thanks
| Assignee | ||
Comment 4•20 years ago
|
||
Fix checked in on the nspr tip and client branch.
Status: ASSIGNED → RESOLVED
Closed: 20 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•