diff mbox series

pr84014 testcase fix

Message ID CAGWvnymXMTU9xV3r_X5hAvBWxxAwivOn2z7mZDNPn9RewD5ztQ@mail.gmail.com
State New
Headers show
Series pr84014 testcase fix | expand

Commit Message

David Edelsohn Feb. 28, 2018, 6:10 p.m. UTC
The powerpc-specific testcase should test ilp32 and not invoke -m32 explicitly.

Thanks, David
diff mbox series

Patch

Index: pr84014.c
===================================================================
--- pr84014.c   (revision 258076)
+++ pr84014.c   (working copy)
@@ -1,5 +1,5 @@ 
-/* { dg-do compile { target powerpc*-*-* } }*/
-/* { dg-options "-O1 -fno-split-wide-types -m32 -mcpu=e300c3" } */
+/* { dg-do compile { target { powerpc*-*-* && ilp32 } } } */
+/* { dg-options "-O1 -fno-split-wide-types -mcpu=e300c3" } */