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/47421] Wrong-code: Value of scalar ALLOCATABLE CHARACTER(len=n) dummy is mangled


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

--- Comment #2 from Tobias Burnus <burnus at gcc dot gnu.org> 2011-01-23 22:26:35 UTC ---
Author: burnus
Date: Sun Jan 23 22:26:27 2011
New Revision: 169145

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=169145
Log:
2011-01-23  Tobias Burnus  <burnus@net-b.de>

        PR fortran/47421
        * trans-decl.c (gfc_trans_deferred_vars): Do not nullify
        scalar allocatable dummy arguments.

2011-01-23  Tobias Burnus  <burnus@net-b.de>

        PR fortran/47421
        * gfortran.dg/allocatable_scalar_12.f90: New.


Added:
    trunk/gcc/testsuite/gfortran.dg/allocatable_scalar_12.f90
Modified:
    trunk/gcc/fortran/ChangeLog
    trunk/gcc/fortran/trans-decl.c
    trunk/gcc/testsuite/ChangeLog


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