⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 sparc-trap-1.c

📁 linux下的gcc编译器
💻 C
字号:
/* PR target/15693 *//* { dg-do compile { target sparc*-*-* } } *//* { dg-options "-O2" } *//* This used to fail on SPARC at -O2 because the combiner   produces a compare insn that was not rematched by the   compare expander.  */static __inline__ __attribute__ ((always_inline))int page_mapping (unsigned flags){  if (1u & (flags >> 16))    return 1;  return 0;}void install_page (unsigned flags){  if (__builtin_expect (!page_mapping (flags), 0))    __builtin_trap ();}

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -