This is the mail archive of the gcc-patches@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]

Re: [PATCH] PR target/18916; Function arg passing mem align fixes.


Richard Sandiford <rsandifo@redhat.com> writes:
> Is it OK to go back to using "0" as the alignment, or would you prefer
> something like MIN (TYPE_ALIGN (data->passed_type), BITS_PER_WORD) intead?

Um, obviously that should be MAX, not MIN ;)


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