Author: Manuel Jacob <m...@manueljacob.de>
Branch: 
Changeset: r2014:ee3e379fac1e
Date: 2017-02-26 14:46 +0100
http://bitbucket.org/pypy/stmgc/changeset/ee3e379fac1e/

Log:    Update gcc-seg-gs instructions.

        Users still need to disable some buggy GCC passes.

        GCC 7.x fixes some of these bugs, but there are still at least two
        unresolved bugs (links at the bottom of this commit). The
        instructions will be updated again when GCC 7.1 is released,
        depending on whether these bugs are fixed or not.

        https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66768
        https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79690

diff --git a/gcc-seg-gs/README.txt b/gcc-seg-gs/README.txt
--- a/gcc-seg-gs/README.txt
+++ b/gcc-seg-gs/README.txt
@@ -8,9 +8,8 @@
 compile the standard gcc.  Of course, it is likely that gcc 6.1 will
 soon be available from your Linux distribution directly.
 
-Note that with gcc 6.1, you no longer need gcc-5.1.0-patch.diff, and you
-should not need the "-fno-*" options either (but we didn't check that
-yet).
+Note that with gcc 6.1, you no longer need gcc-5.1.0-patch.diff, but you
+still need the "-fno-*" options.
 
 
 
_______________________________________________
pypy-commit mailing list
pypy-commit@python.org
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to