This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: expand_builtin_mathfn_2 and re-expanding arguments
- From: Jim Wilson <wilson at tuliptree dot org>
- To: Jan Hubicka <jh at suse dot cz>
- Cc: gcc at gcc dot gnu dot org
- Date: Tue, 24 Jun 2003 15:45:08 -0700
- Subject: Re: expand_builtin_mathfn_2 and re-expanding arguments
- References: <20030624185203.GE20781@kam.mff.cuni.cz>
It looks like the start_sequence call needs to be before the expand_expr
calls for op0/op1, so that will be part of the sequence that gets thrown
away on failure.
Jim