[Bug fortran/78958] Unallocated memory access after SOURCE-ALLOCATEing unlimited polymorphic object

2017-02-15 Thread vehre at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78958

vehre at gcc dot gnu.org changed:

   What|Removed |Added

 Status|WAITING |RESOLVED
 Resolution|--- |FIXED

--- Comment #9 from vehre at gcc dot gnu.org ---
No regressions reported, closing.

[Bug fortran/78958] Unallocated memory access after SOURCE-ALLOCATEing unlimited polymorphic object

2017-02-05 Thread vehre at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78958

--- Comment #8 from vehre at gcc dot gnu.org ---
Waiting one week for regression reports before closing.

[Bug fortran/78958] Unallocated memory access after SOURCE-ALLOCATEing unlimited polymorphic object

2017-02-05 Thread vehre at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78958

--- Comment #7 from vehre at gcc dot gnu.org ---
Author: vehre
Date: Sun Feb  5 12:42:31 2017
New Revision: 245192

URL: https://gcc.gnu.org/viewcvs?rev=245192=gcc=rev
Log:
gcc/fortran/ChangeLog:

2017-02-05  Andre Vehreschild  

PR fortran/78958
* trans-stmt.c (gfc_trans_allocate): Add the multiplying the _len
component of unlimited polymorphic objects when source-allocating.



Modified:
trunk/gcc/fortran/ChangeLog
trunk/gcc/fortran/trans-stmt.c

[Bug fortran/78958] Unallocated memory access after SOURCE-ALLOCATEing unlimited polymorphic object

2017-02-04 Thread vehre at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78958

vehre at gcc dot gnu.org changed:

   What|Removed |Added

 Status|NEW |WAITING

--- Comment #6 from vehre at gcc dot gnu.org ---
Official patch available at:

https://gcc.gnu.org/ml/fortran/2017-02/msg00022.html

Waiting for review.