target/6569: sparc-sun-solaris2.7 C testsuite regression in compile/20011119-2.c
Mark Mitchell
mark@codesourcery.com
Tue May 7 10:36:00 GMT 2002
> Where is the definition of ffoo1c? All I see is a declaration.
But the failing test case:
extern inline int foo (void) { return 23; }
int bar (void) { return foo (); }
extern int foo (void) __attribute__ ((weak, alias ("xxx")));
does have that form. I take it this is supposed to be legal because
the definition is "extern inline"?
--
Mark Mitchell mark@codesourcery.com
CodeSourcery, LLC http://www.codesourcery.com
More information about the Gcc-bugs
mailing list