diff --git a/gcc/testsuite/gcc.dg/pr26570.c b/gcc/testsuite/gcc.dg/pr26570.c index d29bc358533..89cf16c80a5 100644 --- a/gcc/testsuite/gcc.dg/pr26570.c +++ b/gcc/testsuite/gcc.dg/pr26570.c @@ -7,3 +7,5 @@ unsigned test (unsigned a, unsigned b) return a / b; } /* { dg-missed "\[^\n\]*execution counts estimated" } */ /* { dg-prune-output "function body not available" } */ +/* Ignore inlinable warning on AIX. */ +/* { dg-prune-output "function not inlinable" } */