Commit 54157b52 by Oleg Endo

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
parent 3bb5c3a9
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 ...
* gcc.target/sh/attr-isr.c: ... here.
......
......@@ -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)
{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment