This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug fortran/68778] Missing default initialization of finalized derived types type(C_PTR) component in subroutines


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

--- Comment #2 from BÃlint Aradi <baradi09 at gmail dot com> ---
For me on x86_64-linux, with GNU Fortran (GCC) 5.2.0 it produces:

TEST2: ASSOCIATED? (EXPECT: F) T

Since, it is an uninitialized c-pointer, it probably depends pretty much on the
environment whether the test fails or not.

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]