[Bug c++/12332] ICE in overload resolution

nathan at gcc dot gnu dot org gcc-bugzilla@gcc.gnu.org
Thu Sep 18 19:23:00 GMT 2003


PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

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



------- Additional Comments From nathan at gcc dot gnu dot org  2003-09-18 18:51 -------
Here is a related bug, extern inlines are not processed correctly

extern inline void Foo () {}
static void Baz () { Foo (); }

We emit the body of Foo when using cc1plus, but not when using cc1



More information about the Gcc-bugs mailing list