https://sourceware.org/bugzilla/show_bug.cgi?id=26143
--- Comment #3 from Nick Clifton <nickc at redhat dot com> ---
(In reply to Tom de Vries from comment #2)
Hi Tom,
> So, I don't agree with this assessment.
Ok, in which case it would seem that the bug is actually due to the compiler
generating:
.loc 1 12 5 view .LVU14
.cfi_endproc
instead of:
.loc 1 12 5
.cfi_endproc
As you previously suggested. (Or maybe .LUV14 ought to be replaced with -0 ?)
So shouldn't this be a compiler bug report and not an assembler bug report ?
Basically what I am getting at is - what do you think that the assembler should
be doing in this situation ? Generate an error message about a malformed line
table ? Automatically remove the last row from the table ? Something else ?
Cheers
Nick
--
You are receiving this mail because:
You are on the CC list for the bug.