Commit 7831434f by Kai Tietz Committed by Kai Tietz

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
parent dea44e56
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;
......
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