* gcc.dg/Wtrampolines.c: XFAIL AIX.

From-SVN: r241888
This commit is contained in:
David Edelsohn 2016-11-06 22:29:38 +00:00 committed by David Edelsohn
parent eb950bf834
commit 0db5adfa6d
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2016-11-06 David Edelsohn <dje.gcc@gmail.com>
* gcc.dg/Wtrampolines.c: XFAIL AIX.
2016-11-06 Andre Vehreschild <vehre@gcc.gnu.org>
* gfortran.dg/allocate_with_source_14.f03: Fixed number mallocs

View File

@ -28,7 +28,7 @@ void foo (void)
double a (int k, pfun x1, pfun x2, pfun x3, pfun x4, pfun x5)
{
double b (void) /* { dg-warning "trampoline generated for nested function 'b'" "standard descriptors" { xfail ia64-*-* powerpc64-*-* } } */
double b (void) /* { dg-warning "trampoline generated for nested function 'b'" "standard descriptors" { xfail ia64-*-* powerpc64-*-* *-*-aix* } } */
{
k = k - 1;
return a (k, b, x1, x2, x3, x4 );