[Bug fortran/93827] fails to initialize logical variable

2020-03-06 Thread zmth at yahoo dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93827 --- Comment #2 from dan hayes --- u say "unlike C only occurs once..." Yea so what I know that and it's not consistently doing that. This is not a recursive routine. What is your point? On Wednesday, February 19, 2020, 10:36:43 AM CST,

[Bug fortran/93827] New: fails to initialize logical variable

2020-02-19 Thread zmth at yahoo dot com
Assignee: unassigned at gcc dot gnu.org Reporter: zmth at yahoo dot com Target Milestone: --- in certain callings of the subroutine the determinant was being returned with the wrong sign because the logical variable was not being initialized with the official line logical*1:: fl

[Bug fortran/92931] New: gfortran compiler errors

2019-12-13 Thread zmth at yahoo dot com
Assignee: unassigned at gcc dot gnu.org Reporter: zmth at yahoo dot com Target Milestone: --- Created attachment 47488 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=47488&action=edit .o file integer8 lisf(17),i8 nn=3 lisf=[1,1,2,(0,i=4,4*nn+5)] print,lisf end Then run t