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/58989] [Regression] internal compiler error when using reshape function


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

--- Comment #3 from kargl at gcc dot gnu.org ---
Author: kargl
Date: Tue Nov  5 20:02:43 2013
New Revision: 204419

URL: http://gcc.gnu.org/viewcvs?rev=204419&root=gcc&view=rev
Log:
2013-11-05  Steven G. Kargl <kargl@gcc.gnu.org>

    PR fortran/58989
    * check.c (gfc_check_reshape): ensure that shape is a constant
    expression.

2013-11-05  Steven G. Kargl <kargl@gcc.gnu.org>

    PR fortran/58989
    * gfortran.dg/reshape_6.f90: New test.

Added:
    trunk/gcc/testsuite/gfortran.dg/reshape_6.f90
Modified:
    trunk/gcc/fortran/ChangeLog
    trunk/gcc/fortran/check.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]