[PATCH, i386]: Fix PR target/35553, -fkeep-inline-functions and -O errors our in SSE headers

Jakub Jelinek jakub@redhat.com
Thu Mar 13 11:04:00 GMT 2008


On Thu, Mar 13, 2008 at 11:52:35AM +0100, Uros Bizjak wrote:
> I have reverted my commit for now to experiment a bit.
> 
> Jakub, IIUC, _all_ functions should be changed to extern __inline,
> with __gnu_inline__ attribute?

All inlines in gcc/config/i386/*mm[i_3]*.h IMHO, yes.
Before GCC 4.3 we couldn't do that, as C++ didn't support the GNU
extern inline semantics.  But it does now, using the same attribute.

	Jakub



More information about the Gcc-patches mailing list