Since the inclusion of bug 1163328 
(https://bugzilla.mozilla.org/show_bug.cgi?id=1163328), Intel's C++ compiler 
(ICL) fails to build any source files that include runnable_utils.h from the 
media transport library due to its usage of Tuple.h.

Here's an example of a build failure:

 1:09.11 ../../dist/include/mozilla/MediaEngineWebRTCAudio.cpp
 1:09.11 ../../../dist/include/mozilla/Tuple.h(403): internal error: stack overf
low
 1:09.12                -> decltype(Move(mozilla::Get<Index>(aTuple)))
 1:09.13                            ^
 1:09.13
 1:09.13 compilation aborted for c:/gecko-dev/dom/media/webrt
c/MediaEngineWebRTCAudio.cpp (code 4)

Something to note is that the error thrown is an internal error (compiler?) and 
so it might be something that I submit to Intel, but before submitting to them 
I thought best to post here to see if anyone has any ideas?
_______________________________________________
dev-builds mailing list
dev-builds@lists.mozilla.org
https://lists.mozilla.org/listinfo/dev-builds

Reply via email to