From d5b7a8f7fd517f38a94e0ac1efe652c73a27154d Mon Sep 17 00:00:00 2001 From: Sami Vaarala Date: Mon, 18 Dec 2017 00:28:38 +0200 Subject: [PATCH] Releases: MinGW __builtin_{setjmp,longjmp}() --- RELEASES.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/RELEASES.rst b/RELEASES.rst index 6f1def6ad1..6f50a2bfc4 100644 --- a/RELEASES.rst +++ b/RELEASES.rst @@ -3279,6 +3279,10 @@ Planned * Fix harmless -Wcast-align warnings on armhf (GH-1793) +* Use __builtin_{setjmp,longjmp} for MinGW (GH-1443) + +* Identify Cygwin as "cygwin" instead of "windows" in Duktape.env (GH-1443) + * Various compiler warning fixes (GH-1788) * Add automatic workaround for union aliasing issues with FreeBSD + -m32 +