https://gcc.gnu.org/bugzilla/show_bug.cgi?id=125061
--- Comment #5 from uecker at gcc dot gnu.org ---
So what would be the right test? I guess
{ dg-require-effective-target trampolines }
would not work. The following?
{ dg-skip-if "" { powerpc*-*-* s390*-*-* } }
I notice Wtrampolines.c has
/* { dg-warning "trampoline generated for nested function 'b'" "standard
descriptors" { xfail { { ia64-*-* *-*-aix* } || { powerpc*-*-* && lp64 } } } }
*/
which does not make sense to me.
