OpenCores
URL https://opencores.org/ocsvn/openrisc/openrisc/trunk

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-stable/] [gcc-4.5.1/] [gcc/] [testsuite/] [gcc.dg/] [tree-ssa/] [pr14490-1.c] - Blame information for rev 298

Go to most recent revision | Details | Compare with Previous | View Log

Line No. Rev Author Line
1 298 jeremybenn
/* { dg-do compile } */
2
/* { dg-options "-fstrict-overflow -fdump-tree-gimple" } */
3
int g(int x)
4
{
5
   return (x - 10) < 0;
6
}
7
/* There should be only x <= 9 and no x - 10. */
8
/* { dg-final { scan-tree-dump-times "<= 9" 1 "gimple"} } */
9
/* { dg-final { scan-tree-dump-times "\\+ -10" 0 "gimple"} } */
10
/* { dg-final { cleanup-tree-dump "gimple" } } */
11
 

powered by: WebSVN 2.1.0

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