Re: Ping #1: [Patch,AVR]: Add builtins.def and fix some ICE, add tests

2012-02-25 Thread Denis Chertykov
2012/2/24 Georg-Johann Lay : > http://gcc.gnu.org/ml/gcc-patches/2012-02/msg00843.html > > Georg-Johann Lay wrote: >> This patch introduces a new file builtins.def that is used as central >> registry >> to hold built-ins' information. >> >> The file is used by defining DEF_BUILTIN macre and then i

Ping #1: [Patch,AVR]: Add builtins.def and fix some ICE, add tests

2012-02-24 Thread Georg-Johann Lay
http://gcc.gnu.org/ml/gcc-patches/2012-02/msg00843.html Georg-Johann Lay wrote: > This patch introduces a new file builtins.def that is used as central registry > to hold built-ins' information. > > The file is used by defining DEF_BUILTIN macre and then including the file as > described in the h

[Patch,AVR]: Add builtins.def and fix some ICE, add tests

2012-02-15 Thread Georg-Johann Lay
This patch introduces a new file builtins.def that is used as central registry to hold built-ins' information. The file is used by defining DEF_BUILTIN macre and then including the file as described in the head comment of builtins.def. Up to here it's all code clean-up and no functional change.