pr44194-1.c: Also exclude powerpc*-*-linux*, except if powerpc_elfv2.
* gcc.dg/pr44194-1.c: Also exclude powerpc*-*-linux*, except if powerpc_elfv2. From-SVN: r213657
This commit is contained in:
parent
67fb7be7b8
commit
06e105fc9b
2 changed files with 6 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
|||
2014-08-06 Maciej W. Rozycki <macro@codesourcery.com>
|
||||
|
||||
* gcc.dg/pr44194-1.c: Also exclude powerpc*-*-linux*, except if
|
||||
powerpc_elfv2.
|
||||
|
||||
2014-08-06 Jakub Jelinek <jakub@redhat.com>
|
||||
|
||||
PR rtl-optimization/61801
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
/* { dg-do compile { target { { { { { { i?86-*-* x86_64-*-* } && x32 } || lp64 } && { ! s390*-*-* } } && { ! hppa*64*-*-* } } && { ! alpha*-*-* } } } } */
|
||||
/* { dg-do compile { target { { { { { { { i?86-*-* x86_64-*-* } && x32 } || lp64 } && { ! s390*-*-* } } && { ! hppa*64*-*-* } } && { ! alpha*-*-* } } && { { ! powerpc*-*-linux* } || powerpc_elfv2 } } } } } */
|
||||
/* { dg-options "-O2 -fdump-rtl-dse1 -fdump-rtl-final" } */
|
||||
|
||||
/* Restrict to 64-bit targets since 32-bit targets usually return small
|
||||
|
|
Loading…
Add table
Reference in a new issue