https://gcc.gnu.org/bugzilla/show_bug.cgi?id=124206
--- Comment #11 from GCC Commits <cvs-commit at gcc dot gnu.org> --- The master branch has been updated by Filip Kastl <[email protected]>: https://gcc.gnu.org/g:7b0d9d02aff02cd04897fea15feff0c5ba01b79c commit r17-1567-g7b0d9d02aff02cd04897fea15feff0c5ba01b79c Author: Filip Kastl <[email protected]> Date: Mon Jun 15 14:20:58 2026 +0200 toplev: Ask for 128MB stack when compiled with ASAN [PR124206] 64MB stack is not enough for running gcc/testsuite/gcc.c-torture/compile/limits-exprparen.c with an ASAN-instrumented GCC. Ask for more stack if GCC was compiled with ASAN instrumentation. PR sanitizer/124206 gcc/ChangeLog: * gcc.cc (driver::global_initializations): Ask for 128MB stack instead of just 64MB when __SANITIZE_ADDRESS__ is defined. * toplev.cc (toplev::main): Ditto. Signed-off-by: Filip Kastl <[email protected]>
