Re: Gimple FE support for internal functions

2018-05-21 Thread Christophe Lyon
On 17 May 2018 at 10:25, Richard Sandiford wrote: > This patch gets the gimple FE to parse calls to internal functions. > The only non-obvious thing was how the functions should be written > to avoid clashes with real function names. One option would be to > go the magic number of underscores rou

Re: Gimple FE support for internal functions

2018-05-17 Thread Richard Biener
On Thu, May 17, 2018 at 10:27 AM Richard Sandiford < richard.sandif...@linaro.org> wrote: > This patch gets the gimple FE to parse calls to internal functions. > The only non-obvious thing was how the functions should be written > to avoid clashes with real function names. One option would be to

Gimple FE support for internal functions

2018-05-17 Thread Richard Sandiford
This patch gets the gimple FE to parse calls to internal functions. The only non-obvious thing was how the functions should be written to avoid clashes with real function names. One option would be to go the magic number of underscores route, but we already do that for built-in functions, and it w