CVSROOT: /cvs Module name: src Changes by: m...@cvs.openbsd.org 2025/08/29 14:33:11
Modified files: gnu/gcc/gcc : toplev.c Log message: Relax pledge a bit until decode_options() has completed, for it might perform a setrlimit() call requiring the "proc" pledge if you invoke the compiler with -dH in order to be able to get a core dump of cc1{,plus} if it ICEs. ok deraadt@