This is the mail archive of the fortran@gcc.gnu.org mailing list for the GNU Fortran project.
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |
| Other format: | [Raw text] | |
*ping*
Fixes: - %VAL( ) with non-default kinds now supported - The following program gave a compile-time error:
+ CALL DOIT( %VAL( P ) ) + CALL DOIT( I ) + CALL DOIT( %VAL( P ) )
Tobias Burnus wrote:Paul Thomas wrote:
The attached are completely self explanatory fixes for the above to %VAL problems.
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |