2 20020720-1.c from the execute part of the gcc torture suite.
11 #if 0 // TODO: Enable when fabs is supported!
13 /* Copyright (C) 2002 Free Software Foundation.
15 Ensure that fabs(x) < 0.0 optimization is working.
17 Written by Roger Sayle, 20th July 2002. */
19 extern double fabs (double);
20 extern void link_error (void);
34 testTortureExecute (void)