]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - libffi/testsuite/libffi.call/nested_struct6.c
call.exp: Adjust FSF address.
[thirdparty/gcc.git] / libffi / testsuite / libffi.call / nested_struct6.c
index 883d2b723a5fc1d492c962623de465d360634350..116254708ada7a8a2dcf897289400fa02132133b 100644 (file)
@@ -3,7 +3,7 @@
                Contains structs as parameter of the struct itself.
                Sample taken from Alan Modras patch to src/prep_cif.c.
    Limitations:        none.
-   PR:         none.
+   PR:         PR 25630.
    Originator: <andreast@gcc.gnu.org> 20051010  */
 
 /* { dg-do run { xfail mips64*-*-* arm*-*-* strongarm*-*-* xscale*-*-* powerpc*-*-darwin* } } */
@@ -40,8 +40,8 @@ static B B_fn(struct A b2, struct B b3, struct C b4)
 }
 
 static void
-B_gn(ffi_cif* cif __attribute__((unused)), void* resp, void** args,
-     void* userdata __attribute__((unused)))
+B_gn(ffi_cif* cif __UNUSED__, void* resp, void** args,
+     void* userdata __UNUSED__)
 {
   struct A b0;
   struct B b1;