[Bug c++/90611] Generating a bad sse instruction for 32 bit

2019-05-24 Thread aaron.greig at codeplay dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90611 --- Comment #1 from Aaron Greig --- actually it seems that vector_size(16) creates a type that is over aligned, the following assert fails: static_assert(std::alignment_of::value <= alignof(max_align_t), "over aligned!"); so I think I should ha

[Bug c++/90611] New: Generating a bad sse instruction for 32 bit

2019-05-24 Thread aaron.greig at codeplay dot com
++ Assignee: unassigned at gcc dot gnu.org Reporter: aaron.greig at codeplay dot com Target Milestone: --- Created attachment 46403 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=46403&action=edit cpp file that triggers the bug I am finding that when I compile the a