This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: RFC: Disentangle builtin folding from expanding
- From: Michael Matz <matz at suse dot de>
- To: gcc-patches at gcc dot gnu dot org
- Date: Wed, 23 Sep 2009 20:18:07 +0200 (CEST)
- Subject: Re: RFC: Disentangle builtin folding from expanding
- References: <Pine.LNX.4.64.0909231656080.15566@wotan.suse.de>
Hi,
On Wed, 23 Sep 2009, Michael Matz wrote:
> This patch as is regstraps on x86_64-linux with all langs+Ada. As it
> contains all the "gcc_assert (!result)" this means that the expansion
> now doesn't fold anything anymore,
Except in expand_builtin_interclass_mathfn, that is. I haven't tackled
that one yet.
Ciao,
Michael.