From 6b683144d1ef2cec32c829991fe122355341cd89 Mon Sep 17 00:00:00 2001 From: David Edelsohn Date: Wed, 1 Jul 2020 18:59:39 -0400 Subject: [PATCH] testsuite: ignore function not inlinable warning. gcc/testsuite/ChangeLog 2020-07-02 David Edelsohn * gcc.dg/pr26570.c: dg-prune function not inlinable warning. --- gcc/testsuite/gcc.dg/pr26570.c | 2 ++ 1 file changed, 2 insertions(+) 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" } */ -- 2.30.2