aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/gcc/testsuite/gcc.dg/debug/20020104-2.c
blob: 854d1744817e3fc2fe5300c4a0a7ed980f6f19e3 (plain)
1
2
3
4
5
6
7
8
9
/* This testcase used to fail because outlining_inline_function was called
   too early, before rtl was generated.  */
/* { dg-do compile } */

int foo (const int *x)
{
  char a[*x];
  return 0;
}