diff options
author | Gerald Pfeifer <gerald@pfeifer.com> | 2019-08-04 13:01:01 +0000 |
---|---|---|
committer | Gerald Pfeifer <gerald@gcc.gnu.org> | 2019-08-04 13:01:01 +0000 |
commit | ae2037b08ccaf13d7fe956b370b0caaae50aa1c6 (patch) | |
tree | 5297dad5c0d4b5a90b9d9fb2bec0eb41e1d90cb7 /gcc | |
parent | ef0602e9410628c8e3fa6e75e7774f6ea03c9a59 (diff) | |
download | gcc-ae2037b08ccaf13d7fe956b370b0caaae50aa1c6.zip gcc-ae2037b08ccaf13d7fe956b370b0caaae50aa1c6.tar.gz gcc-ae2037b08ccaf13d7fe956b370b0caaae50aa1c6.tar.bz2 |
install.texi (Prerequisites): Remove reference to Tcl 8.6 bug that was fixed in Tcl 8.6.1.
* doc/install.texi (Prerequisites): Remove reference to Tcl 8.6
bug that was fixed in Tcl 8.6.1.
From-SVN: r274089
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ChangeLog | 5 | ||||
-rw-r--r-- | gcc/doc/install.texi | 5 |
2 files changed, 6 insertions, 4 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 16e7f1d..769aa5b 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2019-08-04 Gerald Pfeifer <gerald@pfeifer.com> + + * doc/install.texi (Prerequisites): Remove reference to Tcl 8.6 + bug that was fixed in Tcl 8.6.1. + 2019-08-02 Bernd Edlinger <bernd.edlinger@hotmail.de> * function.c (assign_parm_adjust_stack_rtl): Revise STRICT_ALIGNMENT diff --git a/gcc/doc/install.texi b/gcc/doc/install.texi index 2598713..4bc1764 100644 --- a/gcc/doc/install.texi +++ b/gcc/doc/install.texi @@ -442,10 +442,7 @@ Necessary when modifying @command{gperf} input files, e.g.@: @itemx Tcl 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. This bug has been fixed in 8.6.1. +details. @item autogen version 5.5.4 (or later) and @itemx guile version 1.4.1 (or later) |