linux下编程用 编译软件

源代码在线查看: local2.c

软件大小: 49607 K
上传用户: IsABC
关键词: linux 编程 编译 软件
下载地址: 免注册下载 普通下载 VIP

相关代码

				/* { dg-do compile { target i?86-*-* x86_64-*-* } } */				/* { dg-options "-O2 -funit-at-a-time -fomit-frame-pointer" } */				/* { dg-skip-if "PR 25214" { ilp32 } { "-fpic" "-fPIC" } { "" } } */				/* { dg-final { scan-assembler-not "sub\[^\\n\]*sp" } } */								static __attribute__ ((noinline)) q ();				int a;								/* This function should not require any stack manipulation				   for preferred stack bounday.  */				void				e ()				{				  if (a)				  {				    e ();				    a--;				  }				  q ();				}								static __attribute__ ((noinline)) q ()				{				}							

相关资源