https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106897
--- Comment #7 from CVS Commits <cvs-commit at gcc dot gnu.org> --- The master branch has been updated by Martin Liska <mar...@gcc.gnu.org>: https://gcc.gnu.org/g:b7723e135334df95597c8c744276b9de5a88214a commit r13-2931-gb7723e135334df95597c8c744276b9de5a88214a Author: Martin Liska <mli...@suse.cz> Date: Thu Sep 22 14:30:44 2022 +0200 support -gz=zstd for both linker and assembler PR driver/106897 gcc/ChangeLog: * common.opt: Add -gz=zstd value. * configure.ac: Detect --compress-debug-sections=zstd for both linker and assembler. * configure: Regenerate. * gcc.cc (LINK_COMPRESS_DEBUG_SPEC): Handle -gz=zstd. (ASM_COMPRESS_DEBUG_SPEC): Likewise.