Functions that are CSEable but not pure

Jakub Jelinek jakub@redhat.com
Thu Oct 4 12:59:00 GMT 2012


On Thu, Oct 04, 2012 at 08:56:03AM -0400, Jason Merrill wrote:
> >I think the plan was for these functions not to return any value,
> 
> No, I'm talking about the wrapper function which returns a reference
> to the variable (as in my example).

Sure, but I thought you want to inline the wrapper function as soon as
possible.  Or do you want to keep it as some kind of builtin that gets
expanded during expansion to the test and call?

	Jakub



More information about the Gcc mailing list