Displaying 1 result from an estimated 1 matches for "da83659b".
2019 Jan 30
2
[RFC] Generate Debug Information for Labels in Function
What does GCC do in situations like this?
I suspect the rightiest thing to do is probably multiple DW_TAG_labels with
the same name, if that's what's happened.
I guess another question/possibility - what happens if some inline asm
references the label? I guess it probably constrains the optimizer not to
unroll? Maybe? If the label can be duplicated and inline asm can still
correctly