diff options
author | Kevin Ryde <user42@zip.com.au> | 2004-02-27 00:43:25 +0100 |
---|---|---|
committer | Kevin Ryde <user42@zip.com.au> | 2004-02-27 00:43:25 +0100 |
commit | 199fd06f861409010683cfdeaa05988079a21051 (patch) | |
tree | 8bec24d8142ee7fbd20e5eb2dd3f306bb22c7f8f /tests | |
parent | 8ece15f1491a4ec4b0b06af7e52266e836fc0ae8 (diff) | |
download | gmp-199fd06f861409010683cfdeaa05988079a21051.tar.gz |
* tests/devel/try.c: Add a comment that this is not for Cray systems.
Diffstat (limited to 'tests')
-rw-r--r-- | tests/devel/try.c | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/tests/devel/try.c b/tests/devel/try.c index 6f6b0145f..7b40e307a 100644 --- a/tests/devel/try.c +++ b/tests/devel/try.c @@ -3,7 +3,7 @@ THIS IS A TEST PROGRAM USED ONLY FOR DEVELOPMENT. IT'S ALMOST CERTAIN TO BE SUBJECT TO INCOMPATIBLE CHANGES IN FUTURE VERSIONS OF GMP. -Copyright 2000, 2001, 2002, 2003 Free Software Foundation, Inc. +Copyright 2000, 2001, 2002, 2003, 2004 Free Software Foundation, Inc. This file is part of the GNU MP Library. @@ -55,6 +55,14 @@ MA 02111-1307, USA. */ fields. + Portability: + + This program is not designed for use on Cray vector systems under Unicos, + it will fail to compile due to missing _SC_PAGE_SIZE. Those systems + don't really have pages or mprotect. We could arrange to run the tests + without the redzones, but we haven't bothered currently. + + Enhancements: umul_ppmm support is not very good, lots of source data is generated |