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

Subversion Repositories openrisc

[/] [openrisc/] [tags/] [gnu-src/] [gcc-4.5.1/] [gcc-4.5.1-or32-1.0rc1/] [gcc/] [testsuite/] [gcc.dg/] [tree-ssa/] [tailcall-4.c] - Blame information for rev 338

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 298 jeremybenn
/* { dg-do compile } */
2
/* { dg-options "-O2 -fdump-tree-tailc-details" } */
3
/* PR tree-opt/37024 */
4
 
5
double doubleValue();
6
 
7
long
8
longValue ()
9
{
10
 return (long) doubleValue ();
11
}
12
 
13
/* We should not tail call doubleValue in longValue as the mode changes. */
14
/* { dg-final { scan-tree-dump-times "Found tail call" 0 "tailc"} } */
15
/* { dg-final { cleanup-tree-dump "tailc" } } */
16
 

powered by: WebSVN 2.1.0

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