Add qdf24xx base tuning support.
[official-gcc.git] / gcc / testsuite / gcc.dg / tree-ssa / tailcall-4.c
blobba9a6ccf9f0af329031543bee43cb96e8a72eb87
1 /* { dg-do compile } */
2 /* { dg-options "-O2 -fdump-tree-tailc-details" } */
3 /* PR tree-opt/37024 */
5 double doubleValue();
7 long
8 longValue ()
10 return (long) doubleValue ();
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"} } */