[svn-r11374] Purpose: Maintenance/improvement

Description: Added support for "big" REAL and DOUBLE PRECISION types.

Solution:

Platforms tested: heping with g95 (-r8, -d8)
                  mir with ifc (-r16, -r8)

Misc. update:
This commit is contained in:
Elena Pourmal 2005-09-08 14:37:43 -05:00
parent 4a998f8a86
commit a949d226d8

View File

@ -293,6 +293,11 @@ New Features
for example, -i8 flag for PGI and Absoft Fortran compilers,
-qintsize=8 flag for IBM xlf compiler).
EIP 2005/06/20
- added support for "big" REAL and DOUBLE PRECISION types
(usually the size is specified by compilers flags like
-r8, -r16, etc.)
Known problem: multi file test fails when REAL is 16 bytes.
EIP 2005/09/8
C++ Library:
----------------