re PR middle-end/36571 (Default untyped return for AVR is byte register.)
authorAndy Hutchinson <hutchinsonandy@aim.com>
Wed, 18 Jun 2008 22:59:41 +0000 (22:59 +0000)
committerAndy Hutchinson <hutchinsonandy@gcc.gnu.org>
Wed, 18 Jun 2008 22:59:41 +0000 (22:59 +0000)
PR c/36571
* gcc.dg/builtin-return-1.c: Mark as xfail on AVR.

From-SVN: r136926

gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/builtin-return-1.c

index a0817e8a44929287b1fe61baaf937c0e35066283..55561a109ada797413610eb370544aab7c8d6804 100644 (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 
index 75c9acdf72a581ba88c155c1238a1d2bd99b7509..68fd0556b3db49ac8f99ab88598ef6f15f0f268c 100644 (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'.  */