[llvm-bugs] [Bug 15962] Inconsistent setting of is_stmt in .debug_line

via llvm-bugs llvm-bugs at lists.llvm.org
Thu Oct 15 23:00:05 PDT 2015


https://llvm.org/bugs/show_bug.cgi?id=15962

Eric Christopher <echristo at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED

--- Comment #6 from Eric Christopher <echristo at gmail.com> ---
I think this is fixed, at least it looks like it on a quick glance. If not,
feel free to reopen:

Address            Line   Column File   ISA Discriminator Flags
------------------ ------ ------ ------ --- ------------- -------------
0x0000000000000000      7      0      1   0             0  is_stmt
0x0000000000000000      7     26      1   0             0
0x000000000000000c      8      3      1   0             0  is_stmt prologue_end
0x0000000000000044      9     11      1   0             0  is_stmt
0x0000000000000050     10     11      1   0             0  is_stmt
0x000000000000005c     11     11      1   0             0  is_stmt
0x0000000000000068     12     12      1   0             0  is_stmt
0x0000000000000074     14      1      1   0             0  is_stmt
0x0000000000000090     16      0      1   0             0  is_stmt
0x00000000000000a4     18     10      1   0             0  is_stmt prologue_end
0x00000000000000b4     18      8      1   0             0
0x00000000000000b8     19      3      1   0             0  is_stmt
0x00000000000000c4     20      3      1   0             0  is_stmt
0x00000000000000dc      3      0      1   0             0  is_stmt
0x00000000000000dc      3     21      1   0             0
0x00000000000000f4      4     10      1   0             0  is_stmt prologue_end
0x00000000000000f8      4     16      1   0             0
0x0000000000000100      4     21      1   0             0
0x0000000000000118     23      0      1   0             0  is_stmt
0x0000000000000118     23     41      1   0             0
0x0000000000000124     24      5      1   0             0  is_stmt prologue_end
0x000000000000012c     24      5      1   0             2
0x0000000000000130     24      5      1   0             2  end_sequence

where we have an initial is_stmt on the definition line of the various
functions and then an is_stmt at the end of the prologue (no is_stmt during the
prologue).

-- 
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20151016/58d6d0a5/attachment.html>


More information about the llvm-bugs mailing list