1 2 3 4 5 6 7 8 9 10
/* PR target/98147 */ char buffer[32] = "foo bar"; int main () { __builtin___clear_cache (buffer, buffer + 32); return 0; }