https://sourceware.org/bugzilla/show_bug.cgi?id=27101
--- Comment #1 from cvs-commit at gcc dot gnu.org <cvs-commit at gcc dot gnu.org> --- The master branch has been updated by Alan Modra <amo...@sourceware.org>: https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=90320e40958020aea265dc693d0613a330e40b61 commit 90320e40958020aea265dc693d0613a330e40b61 Author: Alan Modra <amo...@gmail.com> Date: Mon Jan 4 08:53:37 2021 +1030 PR27101, as: Reject (byte) .align 0x100000000 This allows alignments up to 2**TC_ALIGN_LIMIT, which might be larger than an unsigned int can hold. PR 27101 * read.c (s_align): Use a large enough type for "align" to hold the result of get_absolute_expression. -- You are receiving this mail because: You are on the CC list for the bug.