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

Andrew Pinski <pinskia at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Target|x86_64                      |x86_64 powerpc*-*-* (32bit)

--- Comment #4 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
ix86_build_builtin_va_list_64 is where the struct is done.

rs6000/rs6000-call.cc (rs6000_build_builtin_va_list) looks to have the same
issue. We get an ICE with powerpc 32bit.

Similary:
alpha/alpha.cc
s390/s390.cc
sh/sh.cc
stormy16/stormy16.cc
xtensa/xtensa.cc

Reply via email to