991214-1.c
来自「this is a gcc file, you can download it 」· C语言 代码 · 共 11 行
C
11 行
/* { dg-do compile { target i?86-*-* } } *//* { dg-options "-O2" } *//* Test against a problem with the combiner substituting explicit hard reg references when it shouldn't. */void foo (int, int) __attribute__ ((regparm (3)));void foo (int x, int y){ __asm__ __volatile__("" : : "d" (x), "r" (y));}
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?