From: olegendo Date: Sat, 18 Oct 2014 12:07:35 +0000 (+0000) Subject: gcc/testsuite/ X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=64de93dd64e0b4f8485b1a2c18b924807bf42cf3;p=thirdparty%2Fgcc.git gcc/testsuite/ * gcc.target/sh/torture/pr58314.c: Fix excess failures caused by switch to GNU11. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@216426 138bc75d-0d04-0410-961f-82ee72b054a4 --- diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 7ad3260750fe..e91f7eb56a74 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 7a11508405bb..5f76b6af5c22 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) {