------- 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
pinskia at gcc dot gnu dot org Thu, 10 Jan 2008 21:16:29 -0800
------- 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