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)

x86
Linux
defect

Tracking

(Not tracked)

RESOLVED FIXED

People

(Reporter: wolfiR, Assigned: wtc)

Details

Attachments

(1 file)

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 `/'
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
Attached patch Proposed patchSplinter Review
This patch changes / back to //.  Could you please test this patch?
now it build again on IA64. IMHO you can check it in. Thanks
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.

Attachment

General

Creator:
Created:
Updated:
Size: