aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/gcc/testsuite/gcc.dg/dfp/pr48204.c
blob: 7b421581e6e3165b0de1c7edaddb20db826b608f (plain)
1
2
3
4
5
6
7
8
9
10
/* PR debug/48204 */
/* { dg-do compile } */
/* { dg-options "-O -fno-tree-ccp -fno-tree-dominator-opts -fno-tree-fre -g" } */

void
foo (void)
{
  float cf = 3.0f;
  _Decimal64 d64 = cf;
}