diff --git a/flang/README.md b/flang/README.md index a84511155cf2..f5c4f0adc862 100644 --- a/flang/README.md +++ b/flang/README.md @@ -7,7 +7,7 @@ Copyright (c) 2018, NVIDIA CORPORATION. All rights reserved. ## Selection of the C/C++ compiler F18 requires a C++17 compiler. The code has been tested with g++ -7.2.0, g++ 7.3.0, and clang 6.0. +7.2.0, g++ 7.3.0, g++ 8.1.0, and clang 6.0 (using g++ 7.3.0 headers). For a proper installation, we assume that the PATH and LD_LIBRARY_PATH environment variables are properly set to use gcc, g++ and the associated libraries.