We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9041b78 commit 0b6f11bCopy full SHA for 0b6f11b
flang-rt/lib/runtime/__fortran_ieee_exceptions.f90
@@ -11,7 +11,7 @@
11
! here under another name so that IEEE_ARITHMETIC can USE it and export its
12
! declarations without clashing with a non-intrinsic module in a program.
13
14
-#include '../include/flang/Runtime/magic-numbers.h'
+#include '../../../flang/include/flang/Runtime/magic-numbers.h'
15
16
module __fortran_ieee_exceptions
17
use __fortran_builtins, only: &
flang-rt/lib/runtime/iso_fortran_env.f90
@@ -8,7 +8,7 @@
8
9
! See Fortran 2023, subclause 16.10.2
10
module iso_fortran_env
0 commit comments