mirror of https://github.com/python/cpython
update gcc ref
This commit is contained in:
parent
e2648eeb14
commit
e9d719b691
2
README
2
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
|
||||
|
|
Loading…
Reference in New Issue