re PR middle-end/36571 (Default untyped return for AVR is byte register.)

PR c/36571
* gcc.dg/builtin-return-1.c: Mark as xfail on AVR.

From-SVN: r136926
This commit is contained in:
Andy Hutchinson 2008-06-18 22:59:41 +00:00 committed by Andy Hutchinson
parent 9e0c1ff33b
commit 60f4b2bfa5
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2008-06-18 Andy Hutchinson <hutchinsonandy@aim.com>
PR c/36571
* gcc.dg/builtin-return-1.c: Mark as xfail on AVR.
2008-06-18 Andy Hutchinson <hutchinsonandy@aim.com>
* gcc.dg/tree-ssa/loop-35.c: xfail avr target. Add new avr specific

View File

@ -1,7 +1,7 @@
/* PR middle-end/11151 */
/* Originator: Andrew Church <gcczilla@achurch.org> */
/* { dg-do run } */
/* { dg-xfail-run-if "PR36571 untyped return is char register" { "avr-*-*" } { "*" } { "" } } */
/* This used to fail on SPARC because the (undefined) return
value of 'bar' was overwriting that of 'foo'. */