This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Ada] Adjust a couple of testcases


This adjusts a couple of testcases to make them more robust... and show that 
they don't pass anymore on the mainline.

Tested on i586-suse-linux, applied on the mainline, 4.5 and 4.4 branches.


2010-11-28  Eric Botcazou  <ebotcazou@adacore.com>

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


-- 
Eric Botcazou
Index: gnat.dg/pack9.adb
===================================================================
--- gnat.dg/pack9.adb	(revision 167201)
+++ gnat.dg/pack9.adb	(working copy)
@@ -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" } }
Index: gnat.dg/aliasing2.adb
===================================================================
--- gnat.dg/aliasing2.adb	(revision 167201)
+++ gnat.dg/aliasing2.adb	(working copy)
@@ -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" } }

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]