https://gcc.gnu.org/bugzilla/show_bug.cgi?id=110351
Bug ID: 110351 Summary: gcc does not recognize gcodeview as debuglevel Product: gcc Version: 13.1.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: debug Assignee: unassigned at gcc dot gnu.org Reporter: fabian_kessler at gmx dot de Target Milestone: --- On https://gcc.gnu.org/onlinedocs/gcc/Debugging-Options.html the debug option -gcodeview is described, but when I try to use it gcc emits "error: unrecognized debug output level ‘codeview’". What or which version of gcc is required to support this option? $ gcc --version gcc.exe (Rev6, Built by MSYS2 project) 13.1.0 Copyright (C) 2023 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.