Sign in
gnu
/
gcc
/
refs/tags/basepoints/gcc-13
/
.
/
gcc
/
testsuite
/
gcc.target
/
pru
/
mabi-ti-1.c
blob: 117ae8fd176bb47a97be7ec3d470a52fd3e53e14 [
file
] [
log
] [
blame
]
/* Test TI ABI unsupported constructs */
/* { dg-do assemble } */
/* { dg-options "-O1 -mabi=ti" } */
int
test
(
int
a
,
int
b
,
void
(*
fp
)(
void
))
{
/* { dg-error "function pointers not supported with '-mabi=ti' option" } */
return
a
+
b
;
}