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
++
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