Applying grischka proposed patch fixes error reported on 93_integer_promotion test as found on Debian buster / gcc 8.3 for ARM plateform

This commit is contained in:
Christian Jullien 2019-06-26 05:26:20 +02:00
parent a7eef33859
commit a9340dd325

View File

@ -5914,6 +5914,7 @@ static void expr_cond(void)
tt = gjmp(0);
}
gsym(u);
nocode_wanted = ncw_prev;
/* this is horrible, but we must also convert first
operand */
@ -5937,7 +5938,6 @@ static void expr_cond(void)
if (islv)
indir();
}
nocode_wanted = ncw_prev;
}
}