📄 builtin3.c
字号:
// Without explicit prototype, we need to assume the builtin can// throw for builtins that at least on one platform can throw.// { dg-do compile }// { dg-options "-fdump-tree-eh" }struct A { A (); ~A (); int i; };intbar (){ A a; __builtin_printf ("foo %d\n", a.i);}/* { dg-final { scan-tree-dump-times "resx 1" 1 "eh" } } *//* { dg-final { cleanup-tree-dump "eh" } } */
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -