diff options
author | Thomas Schwinge <thomas@codesourcery.com> | 2020-11-16 17:37:06 +0100 |
---|---|---|
committer | Thomas Schwinge <thomas@codesourcery.com> | 2020-11-24 10:29:35 +0100 |
commit | f72175357d04b0e71d2043be48551d7904a233b6 (patch) | |
tree | 2b6e93f290d17f6c0d21f679afd03fd170eb0e3e /gcc/doc | |
parent | 54f72078fc05b865601645edafbc6b21701ea546 (diff) | |
download | gcc-f72175357d04b0e71d2043be48551d7904a233b6.zip gcc-f72175357d04b0e71d2043be48551d7904a233b6.tar.gz gcc-f72175357d04b0e71d2043be48551d7904a233b6.tar.bz2 |
[testsuite] Avoid Tcl 8.5-specific behavior
gcc/
* doc/install.texi (Prerequisites) <Tcl>: Add comment.
gcc/testsuite/
* c-c++-common/goacc/kernels-decompose-1.c: Avoid Tcl 8.5-specific
behavior.
* c-c++-common/goacc/kernels-decompose-2.c: Likewise.
* gfortran.dg/goacc/kernels-decompose-1.f95: Likewise.
* gfortran.dg/goacc/kernels-decompose-2.f95: Likewise.
libgomp/
* testsuite/libgomp.oacc-c-c++-common/kernels-decompose-1.c: Avoid
Tcl 8.5-specific behavior.
* testsuite/libgomp.oacc-fortran/pr94358-1.f90: Likewise.
Reported-by: David Edelsohn <dje.gcc@gmail.com>
Diffstat (limited to 'gcc/doc')
-rw-r--r-- | gcc/doc/install.texi | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gcc/doc/install.texi b/gcc/doc/install.texi index cbfe859..8c55da3 100644 --- a/gcc/doc/install.texi +++ b/gcc/doc/install.texi @@ -464,6 +464,9 @@ Necessary when modifying @command{gperf} input files, e.g.@: @item DejaGnu 1.4.4 @itemx Expect @itemx Tcl +@c Once Tcl 8.5 or higher is required, remove any obsolete +@c compatibility workarounds: +@c git grep 'compatibility with earlier Tcl releases' Necessary to run the GCC testsuite; see the section on testing for details. |