Closed
Bug 1025605
Opened 11 years ago
Closed 11 years ago
TEST-UNEXPECTED-FAIL check_stdcxx when building with gcc 4.9 and --enable-stdcxx-compat
Categories
(Firefox Build System :: General, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
mozilla33
People
(Reporter: glandium, Assigned: glandium)
Details
Attachments
(1 file)
TEST-UNEXPECTED-FAIL | check_stdcxx | We do not want these libstdc++ symbols to be used:
0000000000000000 DF *UND* 0000000000000000 GLIBCXX_3.4.20 _ZSt24__throw_out_of_range_fmtPKcz
Assignee | ||
Comment 1•11 years ago
|
||
Attachment #8441774 -
Flags: review?(nfroyd)
Assignee | ||
Updated•11 years ago
|
Assignee: nobody → mh+mozilla
Status: NEW → ASSIGNED
![]() |
||
Comment 2•11 years ago
|
||
Comment on attachment 8441774 [details] [diff] [review]
Add stdc++-compat hack for std::__throw_out_of_range_fmt and __cxa_throw_bad_array_new_length
Review of attachment 8441774 [details] [diff] [review]:
-----------------------------------------------------------------
::: build/unix/stdc++compat/stdc++compat.cpp
@@ +19,5 @@
> GLIBCXX_3.4.15 is from gcc 4.6.0 (160071)
> + GLIBCXX_3.4.16 is from gcc 4.6.1 (172240)
> + GLIBCXX_3.4.17 is from gcc 4.7.0 (174383)
> + GLIBCXX_3.4.18 is from gcc 4.8.0 (190787)
> + GLIBCXX_3.4.17 is from gcc 4.8.1 (199309)
GLIBCXX_3.4.19?
Attachment #8441774 -
Flags: review?(nfroyd) → review+
Assignee | ||
Comment 3•11 years ago
|
||
Comment 4•11 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla33
Updated•7 years ago
|
Product: Core → Firefox Build System
You need to log in
before you can comment on or make changes to this bug.
Description
•