On Wed, Dec 24, 2014 at 12:05 PM, Segher Boessenkool
<seg...@kernel.crashing.org> wrote:
> The dlmzb. instruction requires an 8-byte aligned operand.  The testcases
> try to enforce that by passing an arg as "long long *", but current GCC
> still assumes an alignment of 1 (correctly I think -- the pointer is only
> used as pointer to char).
>
> This patch changes the testcases to explicitly have an 8-byte aligned datum.
>
> Okay for mainline?
>
>
> Segher
>
>
> 2014-12-24  Segher Boessenkool  <seg...@kernel.crashing.org>
>
> gcc/testsuite/
>         * gcc.target/powerpc/405-dlmzb-strlen-1.c: Explicitly align arg.
>         * gcc.target/powerpc/440-dlmzb-strlen-1.c: Ditto.

Okay.

Thanks, David

Reply via email to