2003-12-26 Guilhem Lavaux <guilhem@kaffe.org>
[official-gcc.git] / gcc / testsuite / g++.old-deja / g++.jason / inline2.C
blobb6198be14a6845b4f3f4ab0638d7e2b703c04835
1 // { dg-do assemble  }
2 // { dg-options "-O" }
3 // Bug: the lang-specific bits of the decl for g aren't being copied when
4 // inlining.
6 inline void f () {
7   void g ();
10 void h() {
11   f();                          // causes compiler segfault -