[PPL-devel] [GIT] ppl/ppl(ppl-0_10-branch): Changed `__s390x' to `__s390x__' in conditional exclusion of this test.

Roberto Bagnara bagnara at cs.unipr.it
Fri Apr 17 12:55:36 CEST 2009


Module: ppl/ppl
Branch: ppl-0_10-branch
Commit: 205889d57ad9e727b202b560a69bab47a871e8a4
URL:    http://www.cs.unipr.it/git/gitweb.cgi?p=ppl/ppl.git;a=commit;h=205889d57ad9e727b202b560a69bab47a871e8a4

Author: Roberto Bagnara <bagnara at cs.unipr.it>
Date:   Thu Apr 16 19:53:32 2009 +0200

Changed `__s390x' to `__s390x__' in conditional exclusion of this test.

---

 tests/Polyhedron/memory1.cc |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/tests/Polyhedron/memory1.cc b/tests/Polyhedron/memory1.cc
index c1a3bf4..b14c94d 100644
--- a/tests/Polyhedron/memory1.cc
+++ b/tests/Polyhedron/memory1.cc
@@ -58,7 +58,7 @@ site: http://www.cs.unipr.it/ppl/ . */
 // to such a machine there is little we can do).
 // See http://www.cs.unipr.it/pipermail/ppl-devel/2009-April/014489.html
 #if !PPL_GMP_SUPPORTS_EXCEPTIONS || !PPL_CXX_SUPPORTS_LIMITING_MEMORY \
-  || defined(__ia64) || defined(__s390x)
+  || defined(__ia64) || defined(__s390x__)
 
 int
 main() TRY {




More information about the PPL-devel mailing list