Author |
Message |
Topic: Program crash on derived type array |
JohnyBergmann
Replies: 8
Views: 11746
|
Forum: Support Posted: Fri Jan 13, 2006 12:42 am Subject: Program crash on derived type array |
Hello,
with the release 4.90, the above code now works correctly
Johny |
Topic: Compiler crash on erroneous code |
JohnyBergmann
Replies: 5
Views: 9727
|
Forum: Support Posted: Fri Jan 13, 2006 12:41 am Subject: Compiler crash on erroneous code |
Hello,
with the new release 4.90, the above code does not crash the compiler anymore. The compiler correctly diagnoses an error in the code.
Johny |
Topic: problem with SIZE specifier in non advancing input |
JohnyBergmann
Replies: 2
Views: 6086
|
Forum: Support Posted: Wed Dec 07, 2005 7:14 am Subject: problem with SIZE specifier in non advancing input |
The following program does not correctly detect the number of characters transferred during the nonadvancing read
[pre]
program readlen_1
implicit none
integer length, ios
character(l ... |
Topic: problem with intent(in) dummy argument in read input list |
JohnyBergmann
Replies: 2
Views: 5707
|
Forum: Support Posted: Wed Dec 07, 2005 6:49 am Subject: problem with intent(in) dummy argument in read input list |
The following test program exposes a problem with the compiler, which does not detect the use of the dummy arguments a and b as input items.
Furthermore, on return from the function call, the actual ... |
Topic: Problem with transfer function |
JohnyBergmann
Replies: 2
Views: 5736
|
Forum: Support Posted: Mon Dec 05, 2005 7:48 am Subject: Problem with transfer function |
I am experiencing crashes and strange results when using the transfer function.
I have reduced my program to a small test case:
[pre]
module trf
integer,parameter:: rkind=selected_real_kind( ... |
|