* gcc.dg/pr34856.c: Use -maltivec on powerpc linux.
From-SVN: r133910
This commit is contained in:
parent
fdf4f148f1
commit
12a0a01a04
2 changed files with 3 additions and 0 deletions
|
@ -1,5 +1,7 @@
|
|||
2008-04-04 Janis Johnson <janis187@us.ibm.com>
|
||||
|
||||
* gcc.dg/pr34856.c: Use -maltivec on powerpc linux.
|
||||
|
||||
PR target/35620
|
||||
* gcc.dg/dfp/pr35620.c: New test.
|
||||
* gcc.dg/dfp/func-pointer.c: New test.
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
/* { dg-do compile } */
|
||||
/* { dg-options "-O2" } */
|
||||
/* { dg-options "-O2 -msse2" { target { i?86-*-* x86_64-*-* } } } */
|
||||
/* { dg-options "-O2 -maltivec" { target { powerpc*-*-linux* } } } */
|
||||
|
||||
typedef unsigned __attribute__ ((__mode__ (__pointer__))) uintptr_t;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue