[Bug default/27449] dwz: 1: Unknown DWARF DW_OP_0
mliska at suse dot cz
sourceware-bugzilla@sourceware.org
Thu Mar 4 10:05:45 GMT 2021
https://sourceware.org/bugzilla/show_bug.cgi?id=27449
--- Comment #9 from Martin Liska <mliska at suse dot cz> ---
Reduced test-case:
$ cat audiovisualwaveform.ii
void memcpy(void *) { ; }
class qfloat16 {
public:
qfloat16(float) noexcept;
short b16;
};
qfloat16::qfloat16(float) noexcept {
__fp16 f16 = __fp16();
memcpy(&f16);
}
class {
public:
int size();
} AudioVisualWaveformDrawSample_sample;
void AudioVisualWaveformDrawSample() {
for (int i; i < AudioVisualWaveformDrawSample_sample.size(); i++)
qfloat16 min = 0;
}
$ readelf -w audiovisualwaveform.o >/dev/null
readelf: Warning: There is an overlap [0x42 - 0x39] in .debug_loc section.
--
You are receiving this mail because:
You are on the CC list for the bug.
More information about the Dwz
mailing list