ucrtbase: Avoid bool optimization in __std_exception_copy.
commit21da1f2f1143cfc154a8d46c51d4922ff71008d6
authorPiotr Caban <piotr@codeweavers.com>
Mon, 18 Oct 2021 12:58:01 +0000 (18 14:58 +0200)
committerAlexandre Julliard <julliard@winehq.org>
Mon, 18 Oct 2021 14:02:25 +0000 (18 16:02 +0200)
treeaf3029b7563f2549b4d908794e9d2770d51b66b8
parent7a98557352f3d2734ddf23fa44e5161218982af0
ucrtbase: Avoid bool optimization in __std_exception_copy.

Otherwise GCC changes do_free = 1 assignment to *dst = *src which breaks
ucrtbase/cpp tests.

Signed-off-by: Piotr Caban <piotr@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
dlls/msvcrt/except.c