📄 ssa-cast-1.c
字号:
/* { dg-do compile } *//* { dg-options "-O1 -fdump-tree-vars" } */int &f(int *a){ return *a;}/* There should be no cast as pointer and references are considered the same type. *//* { dg-final { scan-tree-dump-times "\\(int &\\)" 0 "vars"} } */
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -