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

kargl at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Thu May 6 00:22:10 GMT 2021


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100440

kargl at gcc dot gnu.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |kargl at gcc dot gnu.org

--- Comment #1 from kargl at gcc dot gnu.org ---
With neither access to the actual code nor a reduced testcase,
it will be virtually impossible to debug this problem.

Does the code run with the following compiler options:

-O0 -fno-frontend-optimize -fcheck=all

Does the code compile without warning if you use -Wall -Wextra?


More information about the Gcc-bugs mailing list