testsuite: ignore function not inlinable warning.
authorDavid Edelsohn <dje.gcc@gmail.com>
Wed, 1 Jul 2020 22:59:39 +0000 (18:59 -0400)
committerDavid Edelsohn <dje.gcc@gmail.com>
Thu, 2 Jul 2020 20:08:02 +0000 (16:08 -0400)
gcc/testsuite/ChangeLog

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

* gcc.dg/pr26570.c: dg-prune function not inlinable warning.

gcc/testsuite/gcc.dg/pr26570.c

index d29bc358533446dbb445714e7870a7cab02f762f..89cf16c80a590da258de34ae3d72c7355d56cea3 100644 (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" } */