This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c/19152] IMA and external inline don't get along
- From: "pinskia at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 25 Dec 2004 15:05:42 -0000
- Subject: [Bug c/19152] IMA and external inline don't get along
- References: <20041225135944.19152.pinskia@gcc.gnu.org>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From pinskia at gcc dot gnu dot org 2004-12-25 15:05 -------
The related non IMA case:
void f(void) {}
extern inline void f(void){}
But I don't know if this is valid C.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19152