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/41872] wrong-code: No auto-deallocation for INTENT(OUT) allocatable scalars



------- Comment #2 from burnus at gcc dot gnu dot org  2009-10-30 22:26 -------
Other things to check:
- Allocate/deallocate: works? Gives an error when needed?
- Allocatable DT with allocatable components (init when allocating; auto
dealloc when going out of scope and for intent(out))
- Default init with NULL pointer
- passing to allocatable dummies
- optional dummies
- intent(out)
- Adding tests ...


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=41872


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