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

Subversion Repositories openrisc_2011-10-31

[/] [openrisc/] [trunk/] [gnu-src/] [gcc-4.5.1/] [gcc/] [testsuite/] [gcc.dg/] [tree-ssa/] [pr27810.c] - Blame information for rev 378

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 "-fdump-tree-gimple" } */
3
 
4
int bar (int);
5
 
6
int qqq (int a)
7
{
8
    int result;
9
    result = bar (a);
10
    return result;
11
}
12
 
13
/* We should not use an extra temporary for the result of the
14
   function call.  */
15
 
16
/* { dg-final { scan-tree-dump-times "int" 3 "gimple" } } */
17
/* { dg-final { scan-tree-dump-times "int D\\\." 1 "gimple" } } */
18
/* { 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.