Closed
Bug 1472471
Opened 7 years ago
Closed 7 years ago
‘class js::frontend::TokenStreamCharsBase<char16_t>’ has no member named ‘atEnd’
Categories
(Core :: JavaScript Engine, defect)
Core
JavaScript Engine
Tracking
()
RESOLVED
DUPLICATE
of bug 1472569
People
(Reporter: aidan, Unassigned)
References
Details
Attachments
(1 file)
3.25 KB,
text/plain
|
Details |
User Agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Firefox/60.0
Build ID: 20100101
Steps to reproduce:
Tried to build inbound tip with gcc 8.1.1 on arch linux, with default mozconfig.
Actual results:
Compilation failed with the errors in the attached log file.
I bisected it to this revision: https://hg.mozilla.org/mozilla-unified/rev/e20c1d6852e4
It may be a gcc 8 bug?
Expected results:
Compilation should have succeeded.
Updated•7 years ago
|
Blocks: build-gcc-8
Updated•7 years ago
|
Component: Untriaged → JavaScript Engine
Product: Firefox → Core
First found when building with https://hg.mozilla.org/mozilla-unified/rev/250aac27f0cb
Comment 2•7 years ago
|
||
Same issue on Fedora Rawhide: https://copr-be.cloud.fedoraproject.org/results/eclipseo/firefox-nightly/fedora-rawhide-x86_64/00772854-firefox-nightly/builder-live.log
Using gcc 8.1.1 too.
Looks like a dupe of Bug 1472569.
Well, I'm not sure what changed, but I seem to be able to build again on https://hg.mozilla.org/mozilla-unified/rev/e28ce913332a
Updated•7 years ago
|
Status: UNCONFIRMED → RESOLVED
Closed: 7 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•