------- Additional Comments From pinskia at gcc dot gnu dot org 2004-11-06 16:56
-------
Reconfirmed (I must have been confused when I closed this bug).
Here is a reduced testcase which shows what the problem is:
extern __inline void f1(void) { }
extern __inline void f2(void) { f1(); }
void f2(void) {}
--
What |Removed |Added
----------------------------------------------------------------------------
Status|REOPENED |NEW
Summary|[4.0 Regression] ICE while |[4.0 Regression] external
|cross-compiling glibc-HEAD |inline and normal function
|with gcc-HEAD, affects at |of the same name and non
|least alpha-linux and sparc-|unit-at-a-time
|linux (probably all) |
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=15398