testsuite: ignore function not inlinable warning.

gcc/testsuite/ChangeLog

2020-07-02  David Edelsohn  <dje.gcc@gmail.com>

	* gcc.dg/pr26570.c: dg-prune function not inlinable warning.
This commit is contained in:
David Edelsohn 2020-07-01 18:59:39 -04:00
parent dbca7a69f2
commit 6b683144d1
1 changed files with 2 additions and 0 deletions

View File

@ -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" } */