20020312-1.c
来自「gcc-you can use this code to learn somet」· C语言 代码 · 共 11 行
C
11 行
/* This testcase ICEd on alpha because of an unrecognized insn formed by conditional move optimization using an incorrect mode. *//* { dg-do compile } *//* { dg-options "-O -ffast-math" } */char*barf (double x){ return (x<0.0) ? "foo" : "bar";}
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?