[Bug c++/68267] over-aligning with alignas() doesn't work

2015-11-10 Thread trippels at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68267 Markus Trippelsdorf changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug c++/68267] over-aligning with alignas() doesn't work

2015-11-10 Thread trippels at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68267 --- Comment #2 from Markus Trippelsdorf --- (In reply to Andreas Schwab from comment #1) > Which target? This is probably BIGGEST_ALIGNMENT. x86_64-pc-linux-gnu. You're right it works fine with e.g -march=skylake. Since handling of anything bi

[Bug c++/68267] over-aligning with alignas() doesn't work

2015-11-10 Thread sch...@linux-m68k.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68267 --- Comment #1 from Andreas Schwab --- Which target? This is probably BIGGEST_ALIGNMENT.