20030730-2.c

来自「用于进行gcc测试」· C语言 代码 · 共 25 行

C
25
字号
/* { dg-do compile } *//* { dg-options "-O2 -fdump-tree-dom3" } */     extern void exit (int);extern void *ggc_alloc (__SIZE_TYPE__);typedef struct dw_attr_struct *dw_attr_ref;typedef struct dw_attr_struct{  int dw_attr;}dw_attr_node;voidfoo (int attr_kind, unsigned long offset){  dw_attr_ref attr = (dw_attr_ref) ggc_alloc (sizeof (dw_attr_node));  attr->dw_attr = attr_kind;  if (attr != ((void *)0))    exit (0);}/* There should be no IF conditionals.  *//* { dg-final { scan-tree-dump-times "if " 0 "dom3" } } *//* { dg-final { cleanup-tree-dump "dom3" } } */

⌨️ 快捷键说明

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