re PR testsuite/47050 (gcc.target/i386/aggregate-ret[12].c FAIL with -m64)
2010-12-30 Kai Tietz <kai.tietz@onevision.com> PR testsuite/47050 * gcc.target/i386/aggregate-ret1.c: Restrict to ilp32. * gcc.target/i386/aggregate-ret2.c: Likewise. From-SVN: r168339
This commit is contained in:
parent
dea44e569d
commit
7831434fbf
3 changed files with 10 additions and 2 deletions
|
@ -1,3 +1,9 @@
|
|||
2010-12-30 Kai Tietz <kai.tietz@onevision.com>
|
||||
|
||||
PR testsuite/47050
|
||||
* gcc.target/i386/aggregate-ret1.c: Restrict to ilp32.
|
||||
* gcc.target/i386/aggregate-ret2.c: Likewise.
|
||||
|
||||
2010-12-30 Nicola Pero <nicola.pero@meta-innovation.com>
|
||||
|
||||
* objc.dg/attributes/class-attribute-3.m: New.
|
||||
|
|
|
@ -2,7 +2,8 @@
|
|||
/* Check that, with keep_aggregate_return_pointer attribute, callee does
|
||||
not pop the stack for the implicit pointer arg when returning a large
|
||||
structure in memory. */
|
||||
/* { dg-do compile { target i?86-*-* } } */
|
||||
/* { dg-do compile } */
|
||||
/* { dg-require-effective-target ilp32 } */
|
||||
|
||||
struct foo {
|
||||
int a;
|
||||
|
|
|
@ -2,7 +2,8 @@
|
|||
/* Check that, with dont_keep_aggregate_return_pointer attribute, callee
|
||||
pops the stack for the implicit pointer arg when returning a large
|
||||
structure in memory. */
|
||||
/* { dg-do compile { target i?86-*-* } } */
|
||||
/* { dg-do compile } */
|
||||
/* { dg-require-effective-target ilp32 } */
|
||||
|
||||
struct foo {
|
||||
int a;
|
||||
|
|
Loading…
Add table
Reference in a new issue