From: Oleg Endo Date: Sat, 18 Oct 2014 12:07:35 +0000 (+0000) Subject: pr58314.c: Fix excess failures caused by switch to GNU11. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=54157b52419121fb41b6a3a287c4a4a02c0bd52d;p=gcc.git pr58314.c: Fix excess failures caused by switch to GNU11. gcc/testsuite/ * gcc.target/sh/torture/pr58314.c: Fix excess failures caused by switch to GNU11. From-SVN: r216426 --- diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 7ad3260750f..e91f7eb56a7 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,8 @@ +2014-10-18 Oleg Endo + + * gcc.target/sh/torture/pr58314.c: Fix excess failures caused by switch + to GNU11. + 2014-10-18 Oleg Endo * gcc.dg/attr-isr.c: Move SH specific test to ... diff --git a/gcc/testsuite/gcc.target/sh/torture/pr58314.c b/gcc/testsuite/gcc.target/sh/torture/pr58314.c index 7a11508405b..5f76b6af5c2 100644 --- a/gcc/testsuite/gcc.target/sh/torture/pr58314.c +++ b/gcc/testsuite/gcc.target/sh/torture/pr58314.c @@ -52,6 +52,8 @@ typedef struct xfs_attr_leafblock { xfs_attr_leaf_entry_t entries[1]; } xfs_attr_leafblock_t; +int xfs_attr_leaf_entsize (xfs_attr_leafblock_t*, int); + int xfs_attr_leaf_remove(xfs_attr_leafblock_t *leaf, xfs_da_args_t *args) {