* gnat.dg/pack9.adb: XFAIL everywhere.
authorEric Botcazou <ebotcazou@adacore.com>
Mon, 13 Dec 2010 11:35:10 +0000 (11:35 +0000)
committerEric Botcazou <ebotcazou@gcc.gnu.org>
Mon, 13 Dec 2010 11:35:10 +0000 (11:35 +0000)
From-SVN: r167747

gcc/testsuite/ChangeLog
gcc/testsuite/gnat.dg/pack9.adb

index 0edad69..58df9e5 100644 (file)
@@ -1,3 +1,7 @@
+2010-12-13  Eric Botcazou  <ebotcazou@adacore.com>
+
+       * gnat.dg/pack9.adb: XFAIL everywhere.
+
 2010-12-13  Jakub Jelinek  <jakub@redhat.com>
 
        PR fortran/46884
index 4364d8a..aa0298b 100644 (file)
@@ -1,5 +1,6 @@
 -- { dg-do compile }
 -- { dg-options "-O2 -gnatp -fdump-tree-optimized" }
+-- See PR tree-optimization/46801 for the expected failure
 
 package body Pack9 is
 
@@ -14,5 +15,5 @@ package body Pack9 is
 
 end Pack9;
 
--- { dg-final { scan-tree-dump-not "gnat_rcheck" "optimized" } }
+-- { dg-final { scan-tree-dump-not "gnat_rcheck" "optimized" { xfail *-*-* } } }
 -- { dg-final { cleanup-tree-dump "optimized" } }