From: David Edelsohn Date: Wed, 1 Jul 2020 22:59:39 +0000 (-0400) Subject: testsuite: ignore function not inlinable warning. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=99654c41c86057da35389998a91e6d3b74efb3b3;p=thirdparty%2Fgcc.git testsuite: ignore function not inlinable warning. gcc/testsuite/ChangeLog 2020-07-02 David Edelsohn * gcc.dg/pr26570.c: dg-prune function not inlinable warning. --- diff --git a/gcc/testsuite/gcc.dg/pr26570.c b/gcc/testsuite/gcc.dg/pr26570.c index d29bc3585334..89cf16c80a59 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" } */