Sign in
gnu
/
gcc
/
ab810952eb7c061e37054ddd1dfe0aa033365131
/
.
/
gcc
/
testsuite
/
gcc.c-torture
/
compile
/
20040824-1.c
blob: 7d81932f33cedda80504c2c767fa6cd75ce85bbe [
file
] [
log
] [
blame
]
/* This caused an out-of-range address on the MIPS port. */
void
foo
(
char
*
x
)
{
__builtin_prefetch
(
x
+
0x8000
);
}