Commit 0f0b2613 by Andy Hutchinson Committed by Andy Hutchinson

re PR middle-end/36598 (Failed optimisation of return of struct argment in memcpy-1.c)

PR target/36598
* gcc.dg/memcpy-1.c: Mark test XFAIL for avr target.

From-SVN: r137298
parent 33af070f
2008-06-30 Andy Hutchinson <hutchinsonandy@aim.com>
PR target/36598
* gcc.dg/memcpy-1.c: Mark test XFAIL for avr target.
2008-06-30 Uros Bizjak <ubizjak@gmail.com>
* gcc.target/i386/movti.c: New test.
......
/* { dg-do compile } */
/* { dg-options "-O2 -fdump-tree-optimized" } */
/* { dg-final { scan-tree-dump-times "nasty_local" 0 "optimized" } } */
/* PR36598 AVR fail maybe due to cost metrics */
/* { dg-final { scan-tree-dump-times "nasty_local" 0 "optimized" { xfail { "avr-*-*" } } } } */
/* { dg-final { cleanup-tree-dump "optimized" } } */
struct a {int a,b,c;} a;
int test(struct a 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