[flang] Update README to reflect buildability with GCC 8.2.0.
authorpeter klausler <pklausler@nvidia.com>
Fri, 3 Aug 2018 23:11:29 +0000 (16:11 -0700)
committerpeter klausler <pklausler@nvidia.com>
Fri, 3 Aug 2018 23:11:29 +0000 (16:11 -0700)
Original-commit: flang-compiler/f18@f64a9f5b824b5fdff886a0f136681b71ab1f21fd
Reviewed-on: https://github.com/flang-compiler/f18/pull/163

flang/README.md

index 61fdcd9..2dc8234 100644 (file)
@@ -22,9 +22,9 @@ Read more about f18 in the documentation directory.
 F18 is written in C++17.
 
 The code has been compiled and tested with
-GCC versions 7.2.0, 7.3.0, and 8.1.0.
+GCC versions 7.2.0, 7.3.0, 8.1.0, and 8.2.0.
 The code has been compiled and tested with clang 6.0
-using GCC 7.3.0 or 8.1.0 headers;
+using either GCC 7.3.0 or 8.1.0 headers;
 however, the headers needed small patches.
 
 To build and install f18, there are several options