Re: [Dwarf-Discuss] Proposal to add DW_AT_alignment

2014-05-28 Thread Mark Wielaard
On Thu, 2014-05-15 at 15:29 +0200, Mark Wielaard wrote: > Another thing added in C11 is the _Alignas specifier through which a > user can request to have a type or object that is stricter than the > default alignment for the type of object. Existing compilers like GCC > already allow users to speci

Re: [Dwarf-Discuss] Proposal to add DW_AT_alignment

2014-05-28 Thread Joel Brobecker
Hi Mark, > I saw the submission deadline has officially passed, but I wanted to put > up a formal proposal anyway. If not accepted to DWARF5 I will first > implement it as a GNU extensions. But of course even in that case I > would like feedback to make sure the extension is as close as possible >