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/35702] [4.3/4.4 Regression]: structure character element with subscripts



------- Comment #6 from pault at gcc dot gnu dot org  2008-03-29 08:18 -------
Subject: Bug 35702

Author: pault
Date: Sat Mar 29 08:17:36 2008
New Revision: 133711

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=133711
Log:
2008-03-29  Paul Thomas  <pault@gcc.gnu.org>

        PR fortran/35698
        * trans-array.c (gfc_array_init_size): Set 'size' zero if
        negative in one dimension.

        PR fortran/35702
        * trans-expr.c (gfc_trans_string_copy): Only assign a char
        directly if the lhs and rhs types are the same.

2008-03-29  Paul Thomas  <pault@gcc.gnu.org>

        PR fortran/35698
        * gfortran.dg/allocate_zerosize_3.f: New test.

        PR fortran/35702
        * gfortran.dg/character_assign_1.f90: New test.

Added:
    branches/gcc-4_3-branch/gcc/testsuite/gfortran.dg/allocate_zerosize_3.f
    branches/gcc-4_3-branch/gcc/testsuite/gfortran.dg/character_assign_1.f90
Modified:
    branches/gcc-4_3-branch/gcc/fortran/ChangeLog
    branches/gcc-4_3-branch/gcc/fortran/trans-array.c
    branches/gcc-4_3-branch/gcc/fortran/trans-expr.c
    branches/gcc-4_3-branch/gcc/testsuite/ChangeLog


-- 


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


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