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:
grischka
2011-07-16 15:53:30 +02:00
parent adc80009c8
commit d7d8458888
2 changed files with 1 additions and 6 deletions

View File

@ -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)