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 c/15767] ppc-linux type attribute aligned, packed on vector types behaves wrongly


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

Martin Sebor <msebor at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Target|powerpc-*-linux-*,          |
                   |powerpc-*-elf-*             |
          Component|target                      |c

--- Comment #5 from Martin Sebor <msebor at gcc dot gnu.org> ---
This also doesn't seem to be a powerpc-specific problem but rather one in how
the C front end treats the attributes.  The same behavior can be reproduced on
x86_64 (the 'vector' in struct A needs to be replaced with Vector(16) for the
code to compile).  Changing Component to 'c'.

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