Commit 12a0a01a by Janis Johnson Committed by Janis Johnson

* gcc.dg/pr34856.c: Use -maltivec on powerpc linux.

From-SVN: r133910
parent fdf4f148
2008-04-04 Janis Johnson <janis187@us.ibm.com> 2008-04-04 Janis Johnson <janis187@us.ibm.com>
* gcc.dg/pr34856.c: Use -maltivec on powerpc linux.
PR target/35620 PR target/35620
* gcc.dg/dfp/pr35620.c: New test. * gcc.dg/dfp/pr35620.c: New test.
* gcc.dg/dfp/func-pointer.c: New test. * gcc.dg/dfp/func-pointer.c: New test.
/* { dg-do compile } */ /* { dg-do compile } */
/* { dg-options "-O2" } */ /* { dg-options "-O2" } */
/* { dg-options "-O2 -msse2" { target { i?86-*-* x86_64-*-* } } } */ /* { dg-options "-O2 -msse2" { target { i?86-*-* x86_64-*-* } } } */
/* { dg-options "-O2 -maltivec" { target { powerpc*-*-linux* } } } */
typedef unsigned __attribute__ ((__mode__ (__pointer__))) uintptr_t; typedef unsigned __attribute__ ((__mode__ (__pointer__))) uintptr_t;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment