Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(227)

Unified Diff: gcc/gcc/testsuite/gnat.dg/test_raise_from_pure.adb

Issue 3050029: [gcc] GCC 4.5.0=>4.5.1 (Closed) Base URL: ssh://git@gitrw.chromium.org:9222/nacl-toolchain.git
Patch Set: Created 10 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « gcc/gcc/testsuite/gnat.dg/specs/limited1.ads ('k') | gcc/gcc/testsuite/gnat.dg/thin_pointer.ads » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gcc/gcc/testsuite/gnat.dg/test_raise_from_pure.adb
diff --git a/gcc/gcc/testsuite/gnat.dg/test_raise_from_pure.adb b/gcc/gcc/testsuite/gnat.dg/test_raise_from_pure.adb
index a3a9c649659bb9183c72928741725434745e3173..66db2232e77c761d2ecae6592694d71878d58777 100644
--- a/gcc/gcc/testsuite/gnat.dg/test_raise_from_pure.adb
+++ b/gcc/gcc/testsuite/gnat.dg/test_raise_from_pure.adb
@@ -1,6 +1,11 @@
--- { dg-do run }
--- { dg-options "-O2" }
+-- { dg-do run { xfail arm*-*-* } }
+-- { dg-options "-O2" }
+
+-- This is an optimization test and its failure is only a missed optimization.
+-- For technical reasons it cannot pass with SJLJ exceptions.
+
with Raise_From_Pure; use Raise_From_Pure;
+
procedure test_raise_from_pure is
K : Integer;
begin
« no previous file with comments | « gcc/gcc/testsuite/gnat.dg/specs/limited1.ads ('k') | gcc/gcc/testsuite/gnat.dg/thin_pointer.ads » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698