[Bug fortran/48351] [OOP] Realloc on assignment fails if parent component is CLASS

2016-11-16 Thread janus at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=48351 janus at gcc dot gnu.org changed: What|Removed |Added Target Milestone|--- |4.7.0

[Bug fortran/48351] [OOP] Realloc on assignment fails if parent component is CLASS

2012-01-13 Thread burnus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48351 Tobias Burnus changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|

[Bug fortran/48351] [OOP] Realloc on assignment fails if parent component is CLASS

2012-01-13 Thread burnus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48351 --- Comment #5 from Tobias Burnus 2012-01-13 21:14:42 UTC --- FIXED on the trunk (4.7).

[Bug fortran/48351] [OOP] Realloc on assignment fails if parent component is CLASS

2012-01-13 Thread pault at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48351 --- Comment #4 from Paul Thomas 2012-01-13 20:42:07 UTC --- Author: pault Date: Fri Jan 13 20:42:01 2012 New Revision: 183162 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=183162 Log: 2012-01-13 Paul Thomas PR fortran/48351 *

[Bug fortran/48351] [OOP] Realloc on assignment fails if parent component is CLASS

2011-07-06 Thread townsend at astro dot wisc.edu
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48351 Rich Townsend changed: What|Removed |Added CC||townsend at astro dot |

[Bug fortran/48351] [OOP] Realloc on assignment fails if parent component is CLASS

2011-03-30 Thread burnus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48351 Tobias Burnus changed: What|Removed |Added CC||pault at gcc dot gnu.org --- Comment #2 f

[Bug fortran/48351] [OOP] Realloc on assignment fails if parent component is CLASS

2011-03-30 Thread burnus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48351 --- Comment #1 from Tobias Burnus 2011-03-30 08:04:13 UTC --- trans-array.c's gfc_is_reallocatable_lhs fails at: 6859 /* All that can be left are allocatable components. */ 6860 if ((expr->symtree->n.sym->ts.type != BT_DERIVED 6861