2 ! PR
27784 - Different strings should compare unequal even
if they
3 ! have CHAR
(0) in them
.
7 call setval
(str1
, str2
)
8 if (str1
== str2
) call abort
11 subroutine setval
(str1
, str2
)
12 character*3 str1
, str2
13 str1
= 'a' // CHAR
(0) // 'a'
14 str2
= 'a' // CHAR
(0) // 'c'