* gcc.dg/Wtrampolines.c: XFAIL AIX.
authorDavid Edelsohn <dje.gcc@gmail.com>
Sun, 6 Nov 2016 22:29:38 +0000 (22:29 +0000)
committerDavid Edelsohn <dje@gcc.gnu.org>
Sun, 6 Nov 2016 22:29:38 +0000 (17:29 -0500)
From-SVN: r241888

gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/Wtrampolines.c

index c58fb94966b54fa0f2860e1da98314e275bc6a3c..0a88fcd75c6690412006b9709c26584bf8d7fd85 100644 (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
index 62b782a8bf0f83d927be2ff2d30e1a448fdca955..e2e9cd4c8fd03b04e40d08fbe4d27993ea6a625d 100644 (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 );