On Jan 29 2018, Jeff Law <l...@redhat.com> wrote:

> On 01/07/2018 10:09 AM, Segher Boessenkool wrote:
>> Hi!
>> 
>> On Sun, Jan 07, 2018 at 12:58:25AM -0700, Jeff Law wrote:
>>> diff --git a/gcc/testsuite/gcc.target/powerpc/pr56605.c 
>>> b/gcc/testsuite/gcc.target/powerpc/pr56605.c
>>> index 3bc335f..be6456c 100644
>>> --- a/gcc/testsuite/gcc.target/powerpc/pr56605.c
>>> +++ b/gcc/testsuite/gcc.target/powerpc/pr56605.c
>>> @@ -1,7 +1,7 @@
>>>  /* PR rtl-optimization/56605 */
>>> -/* { dg-do compile { target { powerpc64-*-* && lp64 } } } */
>>> +/* { dg-do compile { target { powerpc64*-*-* && lp64 } } } */
>> 
>> You could as well do powerpc*-*-* afaics?
> I guess, but I suspect the lp64 test would prevent it from running on
> the 32bit configurations anyway.

-m64 will pass the lp64 test.

Andreas.

-- 
Andreas Schwab, SUSE Labs, sch...@suse.de
GPG Key fingerprint = 0196 BAD8 1CE9 1970 F4BE  1748 E4D4 88E3 0EEA B9D7
"And now for something completely different."

Reply via email to