diff --git a/flang/docs/IntrinsicTypes.md b/flang/docs/IntrinsicTypes.md index fa9d64b377cdb..0fee1c3870245 100644 --- a/flang/docs/IntrinsicTypes.md +++ b/flang/docs/IntrinsicTypes.md @@ -98,7 +98,7 @@ use LOGICAL values to interface with other languages. ### Representations of LOGICAL variables in other compilers -##### Intel ifort / NVIDA nvfortran / PGI pgf90 +#### Intel ifort / NVIDA nvfortran / PGI pgf90 .TRUE. is represented as -1_kind .FALSE. is represented as 0_kind Any other values result in undefined behavior. @@ -106,7 +106,7 @@ Any other values result in undefined behavior. Values with a low-bit set are treated as .TRUE.. Values with a low-bit clear are treated as .FALSE.. -##### IBM XLF +#### IBM XLF .TRUE. is represented as 1_kind .FALSE. is represented as 0_kind