summaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorAnthony Baxter <anthonybaxter@gmail.com>2004-11-30 01:49:18 (GMT)
committerAnthony Baxter <anthonybaxter@gmail.com>2004-11-30 01:49:18 (GMT)
commite9d719b691b9a95d117e2fa2bf0331e99bfcfab2 (patch)
tree08670bd23d88d946abc201d67b710b9d0b0558a7 /README
parente2648eeb1450a0eb8972571c76c9e1256c81eec4 (diff)
downloadcpython-e9d719b691b9a95d117e2fa2bf0331e99bfcfab2.zip
cpython-e9d719b691b9a95d117e2fa2bf0331e99bfcfab2.tar.gz
cpython-e9d719b691b9a95d117e2fa2bf0331e99bfcfab2.tar.bz2
update gcc ref
Diffstat (limited to 'README')
-rw-r--r--README2
1 files changed, 1 insertions, 1 deletions
diff --git a/README b/README
index 1fe2e0e..060e81e 100644
--- a/README
+++ b/README
@@ -217,7 +217,7 @@ are probably experiencing compiler bugs, usually related to
optimization. This is a common problem with some versions of gcc, and
some vendor-supplied compilers, which can sometimes be worked around
by turning off optimization. Consider switching to stable versions
-(gcc 2.95.2, or contact your vendor.)
+(gcc 2.95.2, gcc 3.x, or contact your vendor.)
From Python 2.0 onward, all Python C code is ANSI C. Compiling using
old K&R-C-only compilers is no longer possible. ANSI C compilers are