pr58314.c: Fix excess failures caused by switch to GNU11.
authorOleg Endo <olegendo@gcc.gnu.org>
Sat, 18 Oct 2014 12:07:35 +0000 (12:07 +0000)
committerOleg Endo <olegendo@gcc.gnu.org>
Sat, 18 Oct 2014 12:07:35 +0000 (12:07 +0000)
gcc/testsuite/
* gcc.target/sh/torture/pr58314.c: Fix excess failures caused by switch
to GNU11.

From-SVN: r216426

gcc/testsuite/ChangeLog
gcc/testsuite/gcc.target/sh/torture/pr58314.c

index 7ad3260750fe3a4ea182e0a86fa52dac514f735b..e91f7eb56a74de3bc955bfbe04fe65c9b94d7467 100644 (file)
@@ -1,3 +1,8 @@
+2014-10-18  Oleg Endo  <olegendo@gcc.gnu.org>
+
+       * gcc.target/sh/torture/pr58314.c: Fix excess failures caused by switch
+       to GNU11.
+
 2014-10-18  Oleg Endo  <olegendo@gcc.gnu.org>
 
        * gcc.dg/attr-isr.c: Move SH specific test to ...
index 7a11508405bbb1dbd941e7307a8594f48635b8b9..5f76b6af5c228b86c7d509b3ed0fd871dc5e6f59 100644 (file)
@@ -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)
 {