mirror of
https://github.com/mirror/tinycc.git
synced 2025-02-04 06:30:10 +08:00
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
2
tccgen.c
2
tccgen.c
@ -5914,6 +5914,7 @@ static void expr_cond(void)
|
|||||||
tt = gjmp(0);
|
tt = gjmp(0);
|
||||||
}
|
}
|
||||||
gsym(u);
|
gsym(u);
|
||||||
|
nocode_wanted = ncw_prev;
|
||||||
|
|
||||||
/* this is horrible, but we must also convert first
|
/* this is horrible, but we must also convert first
|
||||||
operand */
|
operand */
|
||||||
@ -5937,7 +5938,6 @@ static void expr_cond(void)
|
|||||||
if (islv)
|
if (islv)
|
||||||
indir();
|
indir();
|
||||||
}
|
}
|
||||||
nocode_wanted = ncw_prev;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user