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/84310] -falign-{labels,loops,jumps} with value >= 32768+1 cause a segfault


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

--- Comment #1 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
It should also be a power of 2, shouldn't it?  Aligning anything to 4097 bytes
is just weird.

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