[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug default/21486] missing const when comparing C++ object files



https://sourceware.org/bugzilla/show_bug.cgi?id=21486

--- Comment #3 from Ben Woodard <woodard at redhat dot com> ---
This is the clang debug info:

 [ 6a594]      subprogram
               low_pc               (addr) .text+0x00000000000083d0
<abigail::dump(std::tr1::shared_ptr<abigail::ir::translation_unit>,
std::basic_ostream<char, std::char_traits<char> >&, bool)>
               high_pc              (data4) 17 (.text+0x00000000000083e1)
               frame_base           (exprloc) 
                [   0] reg7
               linkage_name         (strp)
"abigail::dump(std::tr1::shared_ptr<abigail::ir::translation_unit>,
std::basic_ostream<char, std::char_traits<char> >&, bool)"
               name                 (strp) "dump"
               decl_file            (data1) 36
               decl_line            (data2) 4091
               external             (flag_present) yes
 [ 6a5ae]        formal_parameter
                 location             (sec_offset) location list [ 1116b]
                 name                 (strp) "t"
                 decl_file            (data1) 36
                 decl_line            (data2) 4091
                 type                 (ref4) [ 6b0cc]
 [ 6a5be]        formal_parameter
                 location             (exprloc) 
                  [   0] reg4
                 name                 (strp) "o"
                 decl_file            (data1) 36
                 decl_line            (data2) 4091
                 type                 (ref4) [ 6bee7]
 [ 6a5cd]        formal_parameter
                 location             (sec_offset) location list [ 1118f]
                 name                 (strp) "annotate"
                 decl_file            (data1) 36
                 decl_line            (data2) 4091
                 type                 (ref4) [ 6ad8e]

[ 6b0cc]    const_type
             type                 (ref4) [ 29757]

[29757]        typedef
                 type                 (ref4) [  3848]
                 name                 (strp) "translation_unit_sptr"
                 decl_file            (data1) 8
                 decl_line            (data1) 121
[  3848]        class_type
                 name                 (strp)
"shared_ptr<abigail::ir::translation_unit>"
                 byte_size            (data1) 16
                 decl_file            (data1) 10
                 decl_line            (data2) 983

-- 
You are receiving this mail because:
You are on the CC list for the bug.