Re: [PATCH] Fix PR 59447: --with-dwarf2 should mention or later.

2022-01-10 Thread Richard Biener via Gcc-patches
On Fri, Jan 7, 2022 at 1:43 AM apinski--- via Gcc-patches wrote: > > From: Andrew Pinski > > Dwarf3/4/5 are really just extensions (well not fully) on > top of dwarf2 and the option --with-dwarf2 just changes the > default to emit dwarf 2, 3, 4, or 5 by default. > On the trunk, dwarf 5 is enabled

[PATCH] Fix PR 59447: --with-dwarf2 should mention or later.

2022-01-06 Thread apinski--- via Gcc-patches
From: Andrew Pinski Dwarf3/4/5 are really just extensions (well not fully) on top of dwarf2 and the option --with-dwarf2 just changes the default to emit dwarf 2, 3, 4, or 5 by default. On the trunk, dwarf 5 is enabled by this configure option. gcc/ChangeLog: PR bootstrap/59447