On Wed, Jul 11, 2018 at 12:20:08AM +0200, Mark Wielaard wrote: > There was a typo in the output_macinfo_op gcc_assert. > The function is called dwarf_FORM, not dwarf_form. > Add the provided testcase from the bug to test -gsplit-dwarf -g3. > > gcc/ChangeLog: > > PR debug/86459 > * dwarf2out.c (output_macinfo_op): Fix dwarf_FORM typo in gcc_assert. > > gcc/testsuite/ChangeLog: > > PR debug/86459 > * gcc.dg/pr86459.c: New test.
Ok, thanks. Jakub