Re: [RFC] Creating builtin functions on demand

2011-04-05 Thread Richard Guenther
On Mon, Apr 4, 2011 at 9:31 PM, Michael Meissner wrote: > I am looking at finishing up the PowerPC support for functions compiled with > target specific options, and the PowerPC will have the same problem that the > x86 has, namely in order to support target functions, you need to have all of > th

[RFC] Creating builtin functions on demand

2011-04-04 Thread Michael Meissner
I am looking at finishing up the PowerPC support for functions compiled with target specific options, and the PowerPC will have the same problem that the x86 has, namely in order to support target functions, you need to have all of the machine specific builtins created, even if the user did not say