aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Stump <mikestump@comcast.net>2014-09-10 12:35:11 +0000
committerMike Stump <mrs@gcc.gnu.org>2014-09-10 12:35:11 +0000
commitf15b287f2dcdf5284a2abb3e5c727f26c11cc064 (patch)
tree7795e8bbc306b3661fbc4260a315148ad23f4e2f
parentd9aa6e11227c6e21b9ef8e932ba734c73e29eaac (diff)
downloadgcc-f15b287f2dcdf5284a2abb3e5c727f26c11cc064.zip
gcc-f15b287f2dcdf5284a2abb3e5c727f26c11cc064.tar.gz
gcc-f15b287f2dcdf5284a2abb3e5c727f26c11cc064.tar.bz2
install.texi (Prerequisites): Note Tcl 8.6 bug fixed in 8.6.1.
* doc/install.texi (Prerequisites): Note Tcl 8.6 bug fixed in 8.6.1. From-SVN: r215127
-rw-r--r--gcc/ChangeLog5
-rw-r--r--gcc/doc/install.texi2
2 files changed, 6 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index acb16ab..c230823 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,8 @@
+2014-09-10 Mike Stump <mikestump@comcast.net>
+
+ * doc/install.texi (Prerequisites): Note Tcl 8.6 bug fixed in
+ 8.6.1.
+
2014-09-10 Martin Jambor <mjambor@suse.cz>
* cgraphunit.c (expand_thunk): If not expanding, set analyzed flag.
diff --git a/gcc/doc/install.texi b/gcc/doc/install.texi
index 31b8c8b..b1e9eb9 100644
--- a/gcc/doc/install.texi
+++ b/gcc/doc/install.texi
@@ -451,7 +451,7 @@ Necessary to run the GCC testsuite; see the section on testing for
details. Tcl 8.6 has a known regression in RE pattern handling that
make parts of the testsuite fail. See
@uref{http://core.tcl.tk/tcl/tktview/267b7e2334ee2e9de34c4b00d6e72e2f1997085f}
-for more information.
+for more information. This bug has been fixed in 8.6.1.
@item autogen version 5.5.4 (or later) and
@itemx guile version 1.4.1 (or later)