OSDN Git Service

* dwarf2out.c (tree_add_const_value_attribute_for_decl): Don't add
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / gcc.dg / debug / 20020104-2.c
1 /* This testcase used to fail because outlining_inline_function was called
2    too early, before rtl was generated.  */
3 /* { dg-do compile } */
4
5 int foo (const int *x)
6 {
7   char a[*x];
8   return 0;
9 }