Closed
Bug 1822216
Opened 3 years ago
Closed 3 years ago
C programs are linked with the C++ compiler
Categories
(Firefox Build System :: General, defect)
Firefox Build System
General
Tracking
(firefox-esr102 wontfix, firefox111 wontfix, firefox112 wontfix, firefox113 fixed)
RESOLVED
FIXED
113 Branch
People
(Reporter: glandium, Assigned: glandium)
References
(Regression)
Details
(Keywords: regression)
Attachments
(1 file)
What was added in bug 1378830 was broken by bug 1255485. Not in a super visible way, but the undesirable side effect is that C programs end up being linked against the C++ runtime. Which didn't cause practical problems until bug 1820947.
| Assignee | ||
Comment 1•3 years ago
|
||
What was added in bug 1378830 was broken by bug 1255485. Not in a super
visible way, but the undesirable side effect is that C programs end up
being linked against the C++ runtime. Which didn't cause practical
problems until bug 1820947.
Pushed by mh@glandium.org:
https://hg.mozilla.org/integration/autoland/rev/d84c7df9a251
Avoid linking C programs with the C++ compiler. r=firefox-build-system-reviewers,ahochheiden
Comment 3•3 years ago
|
||
| bugherder | ||
Status: NEW → RESOLVED
Closed: 3 years ago
status-firefox113:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 113 Branch
Comment 4•3 years ago
|
||
Set release status flags based on info from the regressing bug 1255485
status-firefox111:
--- → affected
status-firefox112:
--- → affected
status-firefox-esr102:
--- → affected
Updated•3 years ago
|
You need to log in
before you can comment on or make changes to this bug.
Description
•