⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 20031015-1.c

📁 linux下编程用 编译软件
💻 C
字号:
/* With tree-ssa, gcc.dg/20000724-1.c failed because we missed   a VOP of x in the asm statement.  *//* { dg-do compile } *//* { dg-options "-O1 -fdump-tree-alias1-vops" } */struct s { int a; };intmain(void){  struct s x = { 0 };  asm volatile ("" : : "r" (&x) : "memory");  return 0;}/* The V_MUST_DEF comes from the initial assignment; the V_MAY_DEF   comes from the asm.  *//* { dg-final { scan-tree-dump-times "V_MUST_DEF" 1 "alias1" } } *//* { dg-final { scan-tree-dump-times "V_MAY_DEF" 1 "alias1" } } *//* { dg-final { cleanup-tree-dump "alias1" } } */

⌨️ 快捷键说明

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