projects
/
gcc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dbca7a6
)
testsuite: ignore function not inlinable warning.
author
David Edelsohn
<dje.gcc@gmail.com>
Wed, 1 Jul 2020 22:59:39 +0000
(18:59 -0400)
committer
David 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
patch
|
blob
|
history
diff --git
a/gcc/testsuite/gcc.dg/pr26570.c
b/gcc/testsuite/gcc.dg/pr26570.c
index d29bc358533446dbb445714e7870a7cab02f762f..89cf16c80a590da258de34ae3d72c7355d56cea3 100644
(file)
--- 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" } */