On Fri, Jan 27, 2012 at 02:08:54PM -0800, Ian Lance Taylor wrote: > Richard Henderson <r...@redhat.com> writes: > >> Looks good to me, except I wonder whether the builtin needs to be user > >> accessible. If not, can't you throw some * or space into the name, so that > >> the builtin is really internal to gcc? > > > > Eh. The same could be said for the main __builtin_init_trampoline, > > except that realistically this new one could actually be usable. > > > > Let's not start throwing around * unless it's likely to lead to an > > ICE if misused. > > I started testing the version with '*', but actually I agree with RTH. > There are a number of __builtin functions which are basically unusable > from user code. Let's handle them coherently. > > I will go ahead and submit as-is unless somebody objects shortly.
You mean commit, right? Ok then. Jakub