llvm-project/flang/unittests/Runtime
Slava Zakharin 8985cfd939 [flang][runtime] Fixed identity value for REAL(16) == __float128.
std::numeric_limits<__float128>::max/lowest return 0.0, so recreate
value of FLT128_MAX ourselves to avoid using quadmath.h's FLT128_MAX
that is currently causes warnings with GCC -Wpedantic.

Differential Revision: https://reviews.llvm.org/D134496
2022-09-28 10:11:37 -07:00
..
BufferTest.cpp [flang] Allow more concurrently open NEWUNIT= values, with recycling 2022-02-28 16:13:22 -08:00
CMakeLists.txt [flang][runtime] Ensure PointerDeallocate actually deallocate pointers 2022-03-28 10:22:08 +02:00
CharacterTest.cpp [flang][runtime] ensure character compares to blank are unsigned 2022-09-13 10:42:53 +02:00
CommandTest.cpp [flang] Single entry point for GET_COMMAND_ARGUMENT 2022-07-27 10:27:25 +00:00
CrashHandlerFixture.cpp [flang] Allow more concurrently open NEWUNIT= values, with recycling 2022-02-28 16:13:22 -08:00
CrashHandlerFixture.h [flang] Allow more concurrently open NEWUNIT= values, with recycling 2022-02-28 16:13:22 -08:00
ExternalIOTest.cpp [flang] Noncontiguous formats 2022-08-24 13:51:16 -07:00
Format.cpp [flang][runtime] Support internal I/O to CHARACTER(KIND/=1) 2022-08-09 08:46:21 -07:00
Inquiry.cpp [flang] Allow more concurrently open NEWUNIT= values, with recycling 2022-02-28 16:13:22 -08:00
ListInputTest.cpp [flang] Allow more concurrently open NEWUNIT= values, with recycling 2022-02-28 16:13:22 -08:00
Matmul.cpp [flang] Allow more concurrently open NEWUNIT= values, with recycling 2022-02-28 16:13:22 -08:00
MiscIntrinsic.cpp [flang] Allow more concurrently open NEWUNIT= values, with recycling 2022-02-28 16:13:22 -08:00
Namelist.cpp [flang] Allow more concurrently open NEWUNIT= values, with recycling 2022-02-28 16:13:22 -08:00
Numeric.cpp [flang] Support intrinsic `selected_int_kind` for variables 2022-07-26 00:33:27 +08:00
NumericalFormatTest.cpp [flang][runtime] Improve G0 output editing 2022-06-23 11:27:25 -07:00
Pointer.cpp [flang][runtime] Ensure PointerDeallocate actually deallocate pointers 2022-03-28 10:22:08 +02:00
Ragged.cpp [flang] Simplify RaggedArrayHeader and make it plain C struct 2021-12-09 22:28:06 +01:00
Random.cpp [flang] Intrinsic RANDOM_SEED calls with dynamically absent/present arguments 2022-08-09 09:08:55 -07:00
Reduction.cpp [flang][runtime] Fixed identity value for REAL(16) == __float128. 2022-09-28 10:11:37 -07:00
RuntimeCrashTest.cpp [flang] use 1-based dim in transformational runtime error msg 2022-05-05 10:33:14 +02:00
Stop.cpp [flang] Rename the runtime routine that reports a fatal user error 2022-02-01 09:01:50 -08:00
Time.cpp [flang] Lower sum intrinsic 2022-03-08 18:50:34 +01:00
Transformational.cpp [flang][runtime] Fixes for element size calculation. 2022-09-22 10:10:42 -07:00
tools.h [flang] Allow more concurrently open NEWUNIT= values, with recycling 2022-02-28 16:13:22 -08:00