[Bug target/88789] epiphany: memory_resource.cc:235:62: error: static assertion failed

redi at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Thu Jan 10 10:40:00 GMT 2019


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

Jonathan Wakely <redi at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |build

--- Comment #1 from Jonathan Wakely <redi at gcc dot gnu.org> ---
That type has these members:

    unsigned char _M_canary;
    unsigned char _M_size;
    unsigned char _M_align;
    unsigned char _M_next[sizeof(_Chunk*)];

So it should have the same alignment as an unsigned char, no?


More information about the Gcc-bugs mailing list