]> granicus.if.org Git - python/commitdiff
Add warning about the HP PA-RISC 2.0 C compiler's optimizer.
authorGuido van Rossum <guido@python.org>
Tue, 23 Apr 2002 13:06:07 +0000 (13:06 +0000)
committerGuido van Rossum <guido@python.org>
Tue, 23 Apr 2002 13:06:07 +0000 (13:06 +0000)
README

diff --git a/README b/README
index 38117a7534c8abbb7d16256912ed812092a272d8..d69a22c138f44c162e73d5784ec0b36278ff6eb7 100644 (file)
--- a/README
+++ b/README
@@ -299,6 +299,11 @@ HP-UX:     Please read the file Misc/HPUX-NOTES for shared libraries.
        this seems to make a difference (at least for HP-UX 10.20)
        even though config.h defines it.
 
+HP PA-RISC 2.0: A recent bug report (http://www.python.org/sf/546117)
+       suggests that the C compiler in this 64-bit system has bugs
+       in the optimizer that break Python.  Compiling without
+       optimization solves the problems.
+
 Minix:  When using ack, use "CC=cc AR=aal RANLIB=: ./configure"!
 
 SCO:   The following apply to SCO 3 only; Python builds out of the box