This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]