F18 supports the standard intrinsic function SELECTED_REAL_KIND
but not its synonym in the standard module IEEE_ARITHMETIC
named IEEE_SELECTED_REAL_KIND until this patch.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
When I run check-flang, I get errors:
******************** TEST 'Flang :: Semantics/modfile40.f90' FAILED ******************** Script: -- : 'RUN: at line 1'; /local/home/psteinfeld/main/66/flang/test/Semantics/test_modfile.sh /local/home/psteinfeld/main/66/flang/test/Semantics/modfile40.f90 /local/home/psteinfeld/main/66/build/tools/flang/test/Semantics/Output/modfile40.f90.tmp /local/home/psteinfeld/main/66/build/bin/f18 -- Exit Code: 1 Command Output (stdout): -- Unexpected .mod files produced: m1.mod m2.mod m3.mod m4.mod m5.mod -- Command Output (stderr): -- test_modfile.sh: FAIL flang/test/Semantics/modfile40.f90
flang/test/Semantics/modfile40.f90 | ||
---|---|---|
10 | There is a 0xfeff character between '!' and 'E' that is causing problems for the test script. |
Comment Actions
Remove byte order marks that were inadvertently copied from generated module files for comparison in a new test.
There is a 0xfeff character between '!' and 'E' that is causing problems for the test script.