1 /* { dg-do compile { target ia64-*-linux* } } */
2 /* { dg-options "-O2" } */
4 /* { dg-final { scan-assembler-not "@ltoffx\\(os_boot_rendez#\\)" } } */
5 /* { dg-final { scan-assembler "@ltoff\\(@fptr\\(os_boot_rendez#\\)\\)" } } */
7 /* Test function descriptor access. */
20 extern int check (unsigned long);
23 main (int argc
, char **argv
)
28 for (i
= 0; i
< 1; i
++)
29 res
+= check (((struct ia64_fdesc
*) os_boot_rendez
)->gp
);