[Bug c/19152] IMA and external inline don't get along

2004-12-25 Thread pinskia 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

[Bug c/19152] IMA and external inline don't get along

2004-12-25 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2004-12-25 14:27 --- But it is a build regression, so I don't know if this should be considered a regression or not. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19152

[Bug c/19152] IMA and external inline don't get along

2004-12-25 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2004-12-25 14:26 --- Note this is not a regression even 3.4.x rejected it. -- What|Removed |Added Known to f