diff options
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) |