OpenCores
URL https://opencores.org/ocsvn/openrisc_2011-10-31/openrisc_2011-10-31/trunk

Subversion Repositories openrisc_2011-10-31

[/] [openrisc/] [tags/] [gnu-src/] [gcc-4.5.1/] [gcc-4.5.1-or32-1.0rc2/] [gcc/] [testsuite/] [gcc.dg/] [pr15784-3.c] - Blame information for rev 384

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 298 jeremybenn
/* { dg-do compile } */
2
/* { dg-skip-if "No NaN support" { spu-*-* } } */
3
/* SH4 without -mieee defaults to -ffinite-math-only.  */
4
/* { dg-options "-fdump-tree-gimple -fno-finite-math-only" } */
5
/* Test for folding abs(x) where appropriate.  */
6
#define abs(x) x > 0 ? x : -x
7
extern double fabs (double);
8
 
9
int a (float x) {
10
        return fabs(x) >= 0.0;
11
}
12
 
13
/* { dg-final { scan-tree-dump-times "ABS_EXPR" 1 "gimple" } } */
14
/* { dg-final { cleanup-tree-dump "gimple" } } */

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.