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

--- Comment #3 from Andreas Schwab <sch...@linux-m68k.org> ---
According to riscv.h there is a difference between ABI and calling conventions:

/* The smallest supported stack boundary the calling convention supports.  */
#define STACK_BOUNDARY \
  (riscv_abi == ABI_ILP32E ? BITS_PER_WORD : 2 * BITS_PER_WORD)

/* The ABI stack alignment.  */
#define ABI_STACK_BOUNDARY (riscv_abi == ABI_ILP32E ? BITS_PER_WORD : 128)

Reply via email to