[Bug fortran/100440] allocated() gives True for unallocated variable

2021-07-26 Thread David.Smith at lmu dot edu via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100440 --- Comment #13 from David.Smith at lmu dot edu --- Thanks for working on the bug I reported in May. I am hoping you can give me some information that I can pass on to the users of my open-source software who use gfortran to run it. Can you est

[Bug fortran/100440] allocated() gives True for unallocated variable

2021-05-08 Thread David.Smith at lmu dot edu via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100440 --- Comment #8 from David.Smith at lmu dot edu --- That is not good. The expected results from my test case with debug prints commented out should be this: Sample 10. Eigenvalue from matrix powers. Iterationeigenvalue approximation

[Bug fortran/100440] allocated() gives True for unallocated variable

2021-05-07 Thread David.Smith at lmu dot edu via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100440 --- Comment #4 from David.Smith at lmu dot edu --- > Thanks for reduce this to a testcase. I don't see it attached > to this email or in bugzilla. gcc.gno.org may have stripped > the attachment (for some dumb reason). Feel free to send the >t

[Bug fortran/100440] allocated() gives True for unallocated variable

2021-05-06 Thread David.Smith at lmu dot edu via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100440 --- Comment #2 from David.Smith at lmu dot edu --- > With neither access to the actual code nor a reduced testcase, > it will be virtually impossible to debug this problem. Right, I have enclosed a small program pulled out of my real applicati