Commit e4ba3838 by Eric Botcazou Committed by Eric Botcazou

aliasing2.adb (dg-final): Robustify pattern matching.

	* gnat.dg/aliasing2.adb (dg-final): Robustify pattern matching.
	* gnat.dg/pack9.adb (dg-final): Likewise.

From-SVN: r167222
parent 8b9a1612
2010-11-28 Eric Botcazou <ebotcazou@adacore.com>
* gnat.dg/aliasing2.adb (dg-final): Robustify pattern matching.
* gnat.dg/pack9.adb (dg-final): Likewise.
2010-11-28 Paul Thomas <pault@gcc.gnu.org
PR fortran/35810
......
......@@ -18,5 +18,5 @@ package body Aliasing2 is
end Aliasing2;
-- { dg-final { scan-tree-dump-not "__gnat_rcheck" "optimized" } }
-- { dg-final { scan-tree-dump-not "gnat_rcheck" "optimized" } }
-- { dg-final { cleanup-tree-dump "optimized" } }
......@@ -14,5 +14,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" } }
-- { dg-final { cleanup-tree-dump "optimized" } }
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