Sign in
gnu
/
gcc
/
ab810952eb7c061e37054ddd1dfe0aa033365131
/
.
/
gcc
/
testsuite
/
gcc.c-torture
/
compile
/
pr100316.c
blob: 38eca86f49f2b5e369e91420f57576b1f69e7a60 [
file
] [
log
] [
blame
]
void
foo
(){
__builtin___clear_cache
(
0
,
0
);
}
void
foo1
(){
__builtin___clear_cache
((
void
*)
0
,
(
void
*)
0
);
}
void
foo2
(){
void
*
yy
=
0
;
__builtin___clear_cache
(
yy
,
yy
);
}
void
foo3
(){
void
*
yy
=
(
void
*)
0x1000
;
__builtin___clear_cache
(
yy
,
yy
);
}