PR middle-end/17835
* expmed.c (expand_sdiv_pow2): Force a stack adjustment
before tentatively building the conditional move sequence.
From-SVN: r88661
+2004-10-07 Eric Botcazou <ebotcazou@libertysurf.fr>
+
+ PR middle-end/17285
+ * expmed.c (expand_sdiv_pow2): Force a stack adjustment
+ before tentatively building the conditional move sequence.
+
2004-10-07 Richard Sandiford <rsandifo@redhat.com>
PR target/16815
{
rtx temp2;
+ /* ??? emit_conditional_move forces a stack adjustment via
+ compare_from_rtx so, if the sequence is discarded, it will
+ be lost. Do it now instead. */
+ do_pending_stack_adjust ();
+
start_sequence ();
temp2 = copy_to_mode_reg (mode, op0);
temp = expand_binop (mode, add_optab, temp2, GEN_INT (d-1),