flang icon indicating copy to clipboard operation
flang copied to clipboard

gdb.fortran testsuite : logical .TRUE. value printing is not correct

Open kiranchandramohan opened this issue 7 years ago • 2 comments

Affects a few tests like logical.exp in gdb.fortran testsuite.

program mn logical :: x = .TRUE. logical :: y = .FALSE. print *, x print *, y end program

(gdb) print x $3 = 4294967295 (gdb) print y $4 = .FALSE.

kiranchandramohan avatar Feb 01 '18 14:02 kiranchandramohan

is it really a bug ??? I too have faced the same issue. can you give me some insights regarding this bug..

samstephentdc avatar Sep 20 '23 05:09 samstephentdc

I cannot reproduce this problem on the latest version of Classic Flang.

@samstephentdc Can you tell me how you encountered the problem?

bryanpkc avatar Sep 22 '23 04:09 bryanpkc