This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC 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 debug/63238] DWARF does not represent _Alignas


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63238

Mark Wielaard <mark at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |mark at gcc dot gnu.org

--- Comment #1 from Mark Wielaard <mark at gcc dot gnu.org> ---
The formal standard request is:
http://www.dwarfstd.org/ShowIssue.php?issue=140528.1

Prototype patch for an earlier iteration (using DW_TAG_aligned_type instead of
DW_AT_alignment attribute) for GCC is here:
https://gcc.gnu.org/ml/gcc-patches/2014-07/msg00667.html
Corresponding GDB patch is here:
https://sourceware.org/ml/gdb-patches/2014-07/msg00199.html

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