On Fri, 6 Nov 2015, Tom de Vries wrote:
> Hi,
>
> This patch fixes a problem with -g compilation in
> transform_to_exit_first_loop_alt.
>
> Consider test-case test.c:
> ...
> void
> f (int *a, int n)
> {
> int i;
> for (i = 0; i < n; ++i)
> a[i] = 1;
> }
> ...
>
> If we add a "checking_
Hi,
This patch fixes a problem with -g compilation in
transform_to_exit_first_loop_alt.
Consider test-case test.c:
...
void
f (int *a, int n)
{
int i;
for (i = 0; i < n; ++i)
a[i] = 1;
}
...
If we add a "checking_verify_ssa (true, true)" call at the end of
transform_to_exit_first_loo