From: Richard Kreckel Date: Tue, 7 Jan 2020 23:03:50 +0000 (+0100) Subject: Update some compiler versions. X-Git-Tag: release_1-7-9~7 X-Git-Url: https://www.ginac.de/ginac.git//ginac.git?p=ginac.git;a=commitdiff_plain;h=8198fb8eb7e0072c4b2805ba49ad0089fa9a149d;hp=4f0b17af13eb5f7f34fdab171c6d630a77badb3d Update some compiler versions. --- diff --git a/INSTALL b/INSTALL index b40d25e5..3a0dc2bb 100644 --- a/INSTALL +++ b/INSTALL @@ -19,8 +19,8 @@ TeX are necessary. Known to work with: - Linux on x86 and x86_64 using - - GCC 4.8, 4.9, 5.1, 5.2, 5.3, and 6.1 - - Clang 3.5, 3.6, 3.7, 3.8 + - GCC 4.8, 4.9, 5.x, 6.x, 7.x, 8.x, and 9.x + - Clang 3.5, 3.6, 3.7, 3.8, 6.x, 7.x, 8.x, and 9.x Known not to work with: - Clang 2.7 and earlier due to poor C++ support.