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/45004] [OOP] Segfault with allocatable scalars and move_alloc



------- Comment #5 from janus at gcc dot gnu dot org  2010-07-29 18:14 -------
Subject: Bug 45004

Author: janus
Date: Thu Jul 29 18:14:16 2010
New Revision: 162688

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=162688
Log:
2010-07-29  Janus Weil  <janus@gcc.gnu.org>

        PR fortran/45004
        * trans-stmt.h (gfc_trans_class_init_assign): New prototype.
        (gfc_trans_class_assign): Modified prototype.
        * trans.h (gfc_conv_intrinsic_move_alloc): New prototype.
        * trans-expr.c (gfc_trans_class_init_assign): Split off from ...
        (gfc_trans_class_assign): ... here. Modified actual arguments.
        * trans-intrinsic.c (gfc_conv_intrinsic_move_alloc): New function to
        handle the MOVE_ALLOC intrinsic with scalar and class arguments.
        * trans.c (trans_code): Call 'gfc_conv_intrinsic_move_alloc'.


2010-07-29  Janus Weil  <janus@gcc.gnu.org>

        PR fortran/45004
        * gfortran.dg/move_alloc_2.f90: New.

Added:
    trunk/gcc/testsuite/gfortran.dg/move_alloc_2.f90
Modified:
    trunk/gcc/fortran/ChangeLog
    trunk/gcc/fortran/trans-expr.c
    trunk/gcc/fortran/trans-intrinsic.c
    trunk/gcc/fortran/trans-stmt.h
    trunk/gcc/fortran/trans.c
    trunk/gcc/fortran/trans.h
    trunk/gcc/testsuite/ChangeLog


-- 


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


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