Revert "better constant handling for expr_cond"
It produced wrong code with one of my test projects.
This reverts commit cd3d1a45f3.
This commit is contained in:
@ -2083,8 +2083,6 @@ void *bounds_checking_is_enabled()
|
||||
{
|
||||
char ca[10], *cp = ca-1;
|
||||
return (ca != cp + 1) ? cp : NULL;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
void c99_vla_test(int size1, int size2)
|
||||
|
||||
Reference in New Issue
Block a user