gcc-have-sync-compare-and-swap-2.c
来自「用于进行gcc测试」· C语言 代码 · 共 23 行
C
23 行
/* { dg-do preprocess } *//* { dg-mips-options "-mgp64" } */#ifdef __GCC_HAVE_SYNC_COMPARE_AND_SWAP_1#error nonono#endif#ifdef __GCC_HAVE_SYNC_COMPARE_AND_SWAP_2#error nonono#endif#if defined (__GCC_HAVE_SYNC_COMPARE_AND_SWAP_4) == defined (__mips16)#error nonono#endif#if defined (__GCC_HAVE_SYNC_COMPARE_AND_SWAP_8) == defined (__mips16)#error nonono#endif#ifdef __GCC_HAVE_SYNC_COMPARE_AND_SWAP_16#error nonono#endif
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?