------- Comment #1 from pinskia at gcc dot gnu dot org  2008-01-11 05:15 -------
We do reject this though:
static int a()
{
  return 0;
}
inline int f(void)
{
  return a();
}
extern int f(void);


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=34735

Reply via email to