From: David Edelsohn Date: Wed, 1 Jul 2020 22:59:39 +0000 (-0400) Subject: testsuite: ignore function not inlinable warning. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=6b683144d1ef2cec32c829991fe122355341cd89;p=gcc.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 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" } */