📄 20020715-1.c
字号:
/* PR optimization/7153 *//* Verify that GCC doesn't promote a register when its lifetime is not limited to one basic block. */void f(char);void g(void);void scale(void){ int width; char bytes; char *src; if (width) { bytes = *src; g(); width *= bytes; } f(bytes);}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -