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 target/85718] Incorrect name mangling for va_list on mipsel


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

--- Comment #3 from Andreas Schwab <schwab@linux-m68k.org> ---
See gcc/config/mips/mips.c:mips_build_builtin_va_list.  va_list is a simple
void* unless compiling for EABI.

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