Re: [PATCH] Add testcase to show kernel issue got fixed by pr95237 [PR96192]

2020-07-24 Thread H.J. Lu via Gcc-patches
On Fri, Jul 24, 2020 at 2:08 PM Sunil K Pandey wrote: > > This test case, extracted from PR 95645, was failing because alignment > of local long long variable got lowered from 8 bytes to 4 bytes in > adjust alignment pass, which triggered assert failure. > > This test case passes now because PR 95

[PATCH] Add testcase to show kernel issue got fixed by pr95237 [PR96192]

2020-07-24 Thread Sunil K Pandey via Gcc-patches
This test case, extracted from PR 95645, was failing because alignment of local long long variable got lowered from 8 bytes to 4 bytes in adjust alignment pass, which triggered assert failure. This test case passes now because PR 95237 fix only allows lowering of alignment of local variables in th