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] Do not run c52103x, c52104x and c52104y


The 3 testcases require -fstack-check to pass with GCC 4.1 and later, and 
stack checking doesn't work very well in 4.x.

OK for mainline and 4.1 branch?


2006-01-23  Eric Botcazou  <ebotcazou@adacore.com>

	PR ada/20548
	* ada/acats/norun.lst: Add c52103x, c52104x and c52104y.


-- 
Eric Botcazou
Index: ada/acats/norun.lst
===================================================================
--- ada/acats/norun.lst	(revision 109721)
+++ ada/acats/norun.lst	(working copy)
@@ -1,6 +1,10 @@
 c380004
+c52103x
+c52104x
+c52104y
 cdd2a03
 templat
 # Tests must be sorted in alphabetical order
 # c380004: should be front-end compile time error, PR ada/18817
+# c52103x, c52104x, c52104y: -fstack-check doesn't work in 4.x, PR ada/20548
 # cdd2a03: new Ada ruling not supported yet, PR ada/19323

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