https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77349
Bug ID: 77349 Summary: AIX DWARF debugging offset in 64 bit mode Product: gcc Version: 6.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: target Assignee: unassigned at gcc dot gnu.org Reporter: dje at gcc dot gnu.org Target Milestone: --- Target: powerpc-ibm-aix* The AIX assembler implicitly inserts the length information at the beginning of DWARF debugging sections. In 64 bit mode, it also implicitly inserts the 64 bit DWARF extension escape sequence. This requires that GCC emit 64 bit offsets to match the directive emitted by the assembler.