------- Comment #8 from jvdelisle at gcc dot gnu dot org  2010-08-27 06:50 
-------
Subject: Bug 43217

Author: jvdelisle
Date: Fri Aug 27 06:50:03 2010
New Revision: 163581

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=163581
Log:
2010-08-27  Jerry DeLisle  <jvdeli...@gcc.gnu.org>

        PR fortran/43217
        * primary.c (match_hollerith_constant): Calculate padding needed to
        fill default integer and allocate string for that size.  Set pad bytes
        to ' '.
        * gfortran.h: Add hollerith pad value to type spec union.
        * data.c (create_character_initializer): Fix spelling of function name.
        Use hollerith pad value to calculate length.
        * arith.c (hollerith2representation); Use hollerith pad value to
        calculate length.

Modified:
    trunk/gcc/fortran/ChangeLog
    trunk/gcc/fortran/arith.c
    trunk/gcc/fortran/data.c
    trunk/gcc/fortran/gfortran.h
    trunk/gcc/fortran/primary.c


-- 


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

Reply via email to