1 2 3 4 5 6 7 8 9 10 11
/* Verify that we generate isb instruction with builtin function. */ /* { dg-do compile } */ /* { dg-options "-O0" } */ /* { dg-final { scan-assembler "\\tisb" } } */ void test (void) { __builtin_nds32_isb (); }