📄 20040517-1.c
字号:
/* { dg-do compile } *//* { dg-options "-O1 -fdump-tree-salias-vops" } */extern void abort (void);int a; extern void __attribute__ ((malloc)) *foo (); void bar (void) { a = 1; foo (); if (a) abort (); } /* We used to treat malloc functions like pure and const functions, but malloc functions may clobber global memory. Only the function result does not alias any other pointer. Hence, we must have a VDEF for a before and after the call to foo(). *//* { dg-final { scan-tree-dump-times "VDEF" 2 "salias"} } *//* { dg-final { cleanup-tree-dump "salias" } } */
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -