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

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [gcc/] [testsuite/] [gcc.dg/] [fold-plusmult.c] - Blame information for rev 701

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

Line No. Rev Author Line
1 689 jeremybenn
/* { dg-do compile } */
2
/* { dg-options "-fdump-tree-original" } */
3
 
4
int test1 (int a)
5
{
6
  return 2*a + 2*a;
7
}
8
 
9
int test2 (int a)
10
{
11
  return (a + a)*2;
12
}
13
 
14
/* { dg-final { scan-tree-dump-times "<a> \\\* 4" 2 "original" } } */
15
/* { dg-final { cleanup-tree-dump "original" } } */

powered by: WebSVN 2.1.0

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