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:
parent
a7eef33859
commit
a9340dd325
1 changed files with 1 additions and 1 deletions
2
tccgen.c
2
tccgen.c
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue