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/26257] internal compiler error: Segmentation fault, on function call with assumed shape array parameter



------- Comment #5 from pault at gcc dot gnu dot org  2006-03-09 05:52 -------
Subject: Bug 26257

Author: pault
Date: Thu Mar  9 05:52:06 2006
New Revision: 111860

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

        PR fortran/26257
        * trans-array.c (gfc_conv_expr_descriptor): Exclude calculation of
        the offset and data when se->data_not_needed is set.
        * trans.h: Include the data_not_need bit in gfc_se.
        * trans-intrinsic.c (gfc_conv_intrinsic_size): Set it for SIZE.

2006-03-09 Paul Thomas <pault@gcc.gnu.org>

        * PR fortran/26257
        gfortran.dg/auto_char_len_3.f90: New test




Added:
    trunk/gcc/testsuite/gfortran.dg/auto_char_len_3.f90
Modified:
    trunk/gcc/fortran/ChangeLog
    trunk/gcc/fortran/trans-array.c
    trunk/gcc/fortran/trans-intrinsic.c
    trunk/gcc/fortran/trans.h
    trunk/gcc/testsuite/ChangeLog


-- 


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


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