[Bug fortran/55476] Bogus warning "Pointer might outlive the pointer target"

2012-11-27 Thread burnus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55476 --- Comment #5 from Tobias Burnus 2012-11-27 19:23:34 UTC --- (In reply to comment #4) > Too simple patch. It won't work in the following case: … and it shouldn't: That's actually a case where the warning is correct!

[Bug fortran/55476] Bogus warning "Pointer might outlive the pointer target"

2012-11-27 Thread burnus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55476 --- Comment #4 from Tobias Burnus 2012-11-27 19:21:09 UTC --- Too simple patch. It won't work in the following case: module m integer, pointer :: p contains subroutine test integer, target :: t p => t contains sub

[Bug fortran/55476] Bogus warning "Pointer might outlive the pointer target"

2012-11-26 Thread burnus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55476 Tobias Burnus changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|