https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120051
--- Comment #21 from Christoph Reiter <reiter.christoph at gmail dot com> --- > Try removing the -g switch from the command line (leaving -gcodeview) - the combination of the -gcodeview -g switches (and in that order!) leads to such errors. Well, only those who know what SHOULD happen with such a combination of switches can "fix" it :). Removing "-g" does not change anything here. Note that this only occurs with 32bit builds, 64bit works fine. > And it seems to me that it is worth opening a separate ticket about this > situation (it appears on any source) and is not directly related to codeview > generation errors. OK, thanks