mirror of
https://github.com/gcc-mirror/gcc.git
synced 2026-05-06 14:59:39 +02:00
This fixes fails like below on Windows. FAIL: gcc.c-torture/compile/limits-exprparen.c -O0 (test for excess errors) On Linux, maybe also other targets, the stack limit is dynamically changed when the application launches. Regtested with arm-none-eabi on Windows on top of r16-8253-geb50d28a9353e9. config/ChangeLog: PR target/69639 * mh-cygwin: Increase to 64MB stack reserve. * mh-mingw: Likewise. Signed-off-by: Torbjörn SVENSSON <torbjorn.svensson@foss.st.com>