CVSROOT:        /cvs
Module name:    ports
Changes by:     [email protected]   2017/04/18 15:16:08

Added files:
        devel/mozjs17/patches: patch-jsinterp_cpp 

Log message:
dynamic goto outside of a scope with non trivial destructors is a recipe
for disaster. Can't work even with gcc, caught by clang.

Turns out this is just debugging shitz, not really necessary, just comment
it off (we could rewrite the whole thing to have separate scope or use
new/delete, but what's the point ? mozjs17 is going to die one day anyway)

FreeBSD doesn't see the issue 'cause  they don't enable threads.

okay sthen@

Reply via email to