This is the mail archive of the gdb-prs@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug ada/14061] GCC HEAD gdb.ada/variant_record_packed_array.expregression


http://sourceware.org/bugzilla/show_bug.cgi?id=14061

brobecker at gnat dot com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |brobecker at gnat dot com

--- Comment #1 from brobecker at gnat dot com 2012-08-18 18:03:46 UTC ---
I couldn't run the program to confirm this (different GLIBC), but looking at
the debug info, I think it is an issue with the debugging info. More precisely:

 <1><a56>: Abbrev Number: 22 (DW_TAG_structure_type)
    <a57>   DW_AT_name        : (indirect string, offset: 0xcea):
foo__octal_buffer___XVE       
    <a5b>   DW_AT_byte_size   : 4       
    <a5e>   DW_AT_artificial  : 1       
    <a5e>   DW_AT_sibling     : <0xa8d> 
 [skipping "size" and "buffer___XVL" members]
 <2><a80>: Abbrev Number: 9 (DW_TAG_member)
    <a81>   DW_AT_name        : (indirect string, offset: 0xdd6): length___XVA1 

I suspect that the ___XVA1 suffix should in fact be ___XVA4. If the problem
still exists, I suggest we open a ticket with GCC.

-- 
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]