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

--- Comment #3 from Richard Biener <rguenth at gcc dot gnu.org> ---
It probably implements what we do but changing 32 to 1024*1024 shows that we
(possibly up to MAX_OFILE_ALIGNMENT) align parameters to arbitrarily high
values.  Maybe we should cap that to some value (but make sure to not run
into issues like PR89544).

The footnote could cite an example using _Alignas.

Reply via email to