Closed
Bug 9110
Opened 27 years ago
Closed 27 years ago
HAVE_CPP_SPECIALIZATION test not sufficient for SUNWspro 4.2
Categories
(SeaMonkey :: Build Config, defect, P3)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: tor, Assigned: briano)
Details
The Sun Workshop compilers v4.2 manage to compile the config test
for specialization, but can't compile the mozilla tree with
specialization turned on. The compiler dies with an internal
assertation when compiling xpcom/threads/nsEventQueueService.cpp
on the NS_IMPL_ISUPPORTS(EventQueueEntry...) line. Turning off
specialization gives a working build.
The v5.0 compilers handle this fine, so it looks like configure.in
might have to check for this particular compiler version and disable
specialization.
| Assignee | ||
Updated•27 years ago
|
Status: NEW → RESOLVED
Closed: 27 years ago
Resolution: --- → FIXED
| Assignee | ||
Comment 1•27 years ago
|
||
I just checked in a configure hack to special-case the 4.2 compiler.
It'll say it's using specialization, but it won't be.
Updated•21 years ago
|
Product: Browser → Seamonkey
You need to log in
before you can comment on or make changes to this bug.
Description
•