diff options
author | Mike Stump <mikestump@comcast.net> | 2013-08-30 15:45:18 +0000 |
---|---|---|
committer | Mike Stump <mrs@gcc.gnu.org> | 2013-08-30 15:45:18 +0000 |
commit | f07f30cfb5efe0806dedaea03b56c574da1b372c (patch) | |
tree | 1125a53c990b567fa0e3e270bc801178306a8c42 /gcc | |
parent | 8a41354f5b0ce051d47ec8465048a1873a62e8e6 (diff) | |
download | gcc-f07f30cfb5efe0806dedaea03b56c574da1b372c.zip gcc-f07f30cfb5efe0806dedaea03b56c574da1b372c.tar.gz gcc-f07f30cfb5efe0806dedaea03b56c574da1b372c.tar.bz2 |
install.texi (Prerequisites): Note regression in Tcl 8.6 with RE patterns.
* doc/install.texi (Prerequisites): Note regression in Tcl 8.6
with RE patterns.
From-SVN: r202112
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ChangeLog | 5 | ||||
-rw-r--r-- | gcc/doc/install.texi | 6 |
2 files changed, 10 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 33ce266..6fa2843 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2013-08-30 Mike Stump <mikestump@comcast.net> + + * doc/install.texi (Prerequisites): Note regression in Tcl 8.6 + with RE patterns. + 2013-08-29 Jan Hubicka <jh@suse.cz> * cgraph.c (cgraph_function_body_availability): Handle weakref diff --git a/gcc/doc/install.texi b/gcc/doc/install.texi index 9e5ba5e..221e60e 100644 --- a/gcc/doc/install.texi +++ b/gcc/doc/install.texi @@ -426,7 +426,11 @@ Necessary when modifying @command{gperf} input files, e.g.@: @itemx Expect @itemx Tcl -Necessary to run the GCC testsuite; see the section on testing for details. +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. @item autogen version 5.5.4 (or later) and @itemx guile version 1.4.1 (or later) |