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]

PATCH: Don't run gnat.dg/null_pointer_deref1.adb test on Solaris 11/SPARC (Workaround for PR ada/41929)


I've again been hit by PR ada/41929 (64-bit null_pointer_deref1 gnat.dg
test consumes all available memory), and it almost killed my machine, so
I'm installing the following workaround as pre-approved by Eric Botcazou
in the PR.

Investigation of the root cause is still underway.

	Rainer

-- 
-----------------------------------------------------------------------------
Rainer Orth, Center for Biotechnology, Bielefeld University


2010-01-08  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>

	PR ada/41929
	* gnat.dg/null_pointer_deref1.adb: Don't run on
	sparc*-sun-solaris2.11.

Index: null_pointer_deref1.adb
===================================================================
--- null_pointer_deref1.adb	(revision 155698)
+++ null_pointer_deref1.adb	(working copy)
@@ -1,4 +1,4 @@
--- { dg-do run }
+-- { dg-do run { target { ! "sparc*-sun-solaris2.11" } } }
 -- { dg-options "-gnatp" }
 
 -- This test requires architecture- and OS-specific support code for unwinding


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