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

📄 float1.c

📁 linux下编程用 编译软件
💻 C
字号:
// PR optimization/11637// Origin: <nick@ilm.com>// This used to fail to assemble on x86 because a decimal// floating point litteral was emitted, which originated// from a bogus REG_EQUAL note not removed by the combiner.// { dg-do assemble }// { dg-options "-O2 -fnon-call-exceptions" }void f(long int seed);void g(float &o){  float a = 0.05f;  float b = 1.0 - a;  float c = 1.0 + a;  f(0);  o = a;}

⌨️ 快捷键说明

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